We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3d913 commit ae885b8Copy full SHA for ae885b8
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
2
# checkov:skip=CKV_DOCKER_3: s6-overlay requires root init for bundled services before daemons drop privileges
3
-ARG UPSTREAM_VERSION=v4.81.0
4
-ARG UPSTREAM_IMAGE_DIGEST=sha256:44693d3f559282f2c186767220d3f69fd2103b53ef9a019ee90565139d558707
+ARG UPSTREAM_VERSION=v4.81.2
+ARG UPSTREAM_IMAGE_DIGEST=sha256:d307d0224e16f036deecc273e28dd82f60ab58fdabc3190a7a31c035c5833a68
5
FROM simplelogin/app-ci:${UPSTREAM_VERSION}@${UPSTREAM_IMAGE_DIGEST}
6
7
ARG S6_OVERLAY_VERSION=3.2.0.0
0 commit comments