Skip to content

Commit

Permalink
build(deps): Bump griefed/baseimage-ubuntu-jdk-8 from 1.0.5 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps griefed/baseimage-ubuntu-jdk-8 from 1.0.5 to 2.0.0.

---
updated-dependencies:
- dependency-name: griefed/baseimage-ubuntu-jdk-8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2021
1 parent 5d324e8 commit 4bedd94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM griefed/baseimage-ubuntu-jdk-8:1.0.5 AS builder
FROM griefed/baseimage-ubuntu-jdk-8:2.0.0 AS builder
# nodejs \
# npm && \
RUN \
Expand All @@ -14,7 +14,7 @@ RUN \
./gradlew about installQuasar cleanFrontend assembleFrontend copyDist build --info -x test && \
ls -ahl ./build/libs/

FROM griefed/baseimage-ubuntu-jdk-8:1.0.5
FROM griefed/baseimage-ubuntu-jdk-8:2.0.0

LABEL maintainer="Griefed <[email protected]>"
LABEL description="Chatbot in Java as backend and Quasar as frontend."
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.develop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM griefed/baseimage-ubuntu-jdk-8:1.0.5 AS builder
FROM griefed/baseimage-ubuntu-jdk-8:2.0.0 AS builder
# nodejs \
# npm && \
RUN \
Expand All @@ -14,7 +14,7 @@ RUN \
./gradlew about installQuasar cleanFrontend assembleFrontend copyDist build --info -x test && \
ls -ahl ./build/libs/

FROM griefed/baseimage-ubuntu-jdk-8:1.0.5
FROM griefed/baseimage-ubuntu-jdk-8:2.0.0

LABEL maintainer="Griefed <[email protected]>"
LABEL description="Chatbot in Java as backend and Quasar as frontend."
Expand Down

0 comments on commit 4bedd94

Please sign in to comment.