Skip to content
Snippets Groups Projects
Commit dd6983f5 authored by RenovateBot's avatar RenovateBot :gear:
Browse files

Update griefed/baseimage-ubuntu-jdk-8 Docker tag to v2.0.5

parent 0bec6cb2
No related branches found
No related tags found
1 merge request!80Update griefed/baseimage-ubuntu-jdk-8 Docker tag to v2.0.5
This commit is part of merge request !80. Comments created here will be created in the context of that merge request.
......@@ -357,7 +357,7 @@ coverage:
cobertura: build/cobertura.xml
Gradle Dependency-Checks:
image: griefed/baseimage-ubuntu-jdk-8:2.0.3
image: griefed/baseimage-ubuntu-jdk-8:2.0.5
stage: Other
allow_failure: true
before_script:
......
FROM griefed/baseimage-ubuntu-jdk-8:2.0.3 AS builder
FROM griefed/baseimage-ubuntu-jdk-8:2.0.5 AS builder
ARG BRANCH_OR_TAG=main
......@@ -15,7 +15,7 @@ RUN \
./gradlew about installQuasar cleanFrontend assembleFrontend copyDist build --info -x test && \
ls -ahl ./build/libs/
FROM griefed/baseimage-ubuntu-jdk-8:2.0.3
FROM griefed/baseimage-ubuntu-jdk-8:2.0.5
LABEL maintainer="Griefed <griefed@griefed.de>"
LABEL description="DESCRIPTION"
......
FROM griefed/baseimage-ubuntu-jdk-8:2.0.3 AS builder
FROM griefed/baseimage-ubuntu-jdk-8:2.0.5 AS builder
ARG BRANCH_OR_TAG=main
......@@ -15,7 +15,7 @@ RUN \
./gradlew about installQuasar cleanFrontend assembleFrontend copyDist build --info -x test && \
ls -ahl ./build/libs/
FROM griefed/baseimage-ubuntu-jdk-8:2.0.3
FROM griefed/baseimage-ubuntu-jdk-8:2.0.5
LABEL maintainer="Griefed <griefed@griefed.de>"
LABEL description="DESCRIPTION"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment