Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
chore(deps): update griefed/baseimage-ubuntu-jdk-8 docker tag to v2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
RenovateBot committed May 4, 2023
1 parent f377c54 commit d020018
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ secret_detection:
- rm "$CI_COMMIT_SHA"_commit_list.txt

Gradle Test:
image: griefed/baseimage-ubuntu-jdk-8:2.0.19
image: griefed/baseimage-ubuntu-jdk-8:2.0.20
stage: Tests
before_script:
- echo "**** Running in $CI_JOB_ID ****"
Expand Down Expand Up @@ -168,7 +168,7 @@ Docker Test:
- if: '$CI_SERVER_HOST == "git.griefed.de"' # Remove once GitLab no longer throws javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake

Gradle Dependency-Checks:
image: griefed/baseimage-ubuntu-jdk-8:2.0.19
image: griefed/baseimage-ubuntu-jdk-8:2.0.20
stage: Other
allow_failure: true
before_script:
Expand Down Expand Up @@ -211,7 +211,7 @@ Generate Release:
- if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TITLE !~ /^RELEASE:.+$/ && $CI_SERVER_HOST == "git.griefed.de"'

Build Release:
image: griefed/baseimage-ubuntu-jdk-8:2.0.19
image: griefed/baseimage-ubuntu-jdk-8:2.0.20
stage: Build Release
before_script:
- echo "**** Running in $CI_JOB_ID ****"
Expand Down Expand Up @@ -304,7 +304,7 @@ coverage:
path: build/cobertura.xml

pages:
image: griefed/baseimage-ubuntu-jdk-8:2.0.19
image: griefed/baseimage-ubuntu-jdk-8:2.0.20
stage: Documentation
variables:
project_name: $CI_PROJECT_NAME
Expand Down
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:2.0.19 AS builder
FROM griefed/baseimage-ubuntu-jdk-8:2.0.20 AS builder

ARG BRANCH_OR_TAG=main
ARG HOSTER=git.griefed.de
Expand All @@ -20,7 +20,7 @@ RUN \
./build/libs/monitoring-$VERSION.jar \
./build/libs/monitoring.jar

FROM griefed/baseimage-ubuntu-jdk-8:2.0.19
FROM griefed/baseimage-ubuntu-jdk-8:2.0.20

LABEL maintainer="Griefed <[email protected]>"
LABEL description="Simple monitoring app."
Expand Down

0 comments on commit d020018

Please sign in to comment.