-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump griefed/baseimage-ubuntu-jdk-8 from 1.0.5 to 2.0.0
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
1 parent
5d324e8
commit 4bedd94
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ | ||
|
@@ -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." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ | ||
|
@@ -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." | ||
|