-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
18 additions
and
17 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
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
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 debian:11.5-slim | ||
FROM debian:11.6-slim | ||
|
||
LABEL org.opencontainers.image.vendor="Swiss GRC AG" | ||
LABEL org.opencontainers.image.authors="Swiss GRC AG <[email protected]>" | ||
|
@@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] | |
# Install Docker CLI | ||
|
||
# renovate: datasource=github-tags depName=docker/cli extractVersion=^v(?<version>.*)$ | ||
ENV DOCKERCLI_VERSION=20.10.21 | ||
ENV DOCKERCLI_VERSION=20.10.23 | ||
#Disabled renovate: datasource=repology depName=debian_11/curl versioning=loose | ||
ENV CURL_VERSION=7.74.0-1.3+deb11u3 | ||
#Disabled renovate: datasource=repology depName=debian_11/ca-certificates versioning=loose | ||
|
@@ -42,7 +42,7 @@ RUN apt-get update -y && \ | |
# Install OpenJDK | ||
|
||
# renovate: datasource=adoptium-java depName=java-jdk versioning=loose | ||
ENV OPENJDK_VERSION=17.0.4.1.0+1 | ||
ENV OPENJDK_VERSION=17.0.5.0.0+8 | ||
|
||
RUN apt-get update -y && \ | ||
# Add Eclipse Adoptium public key | ||
|
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