Skip to content

Commit 060bc3d

Browse files
Bump alpine from 3.21.0 to 3.21.2 in /docker
Bumps alpine from 3.21.0 to 3.21.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 210da26 commit 060bc3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 AS staging_area
17+
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS staging_area
1818

1919
RUN apk --no-cache add openjdk21-jdk openjdk21-jmods
2020

@@ -68,7 +68,7 @@ RUN jlink \
6868
--strip-java-debug-attributes \
6969
--output "$JAVA_MINIMAL"
7070

71-
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
71+
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
7272

7373
ENV JAVA_HOME=/opt/java-minimal
7474
ENV PATH="$PATH:$JAVA_HOME/bin"

0 commit comments

Comments
 (0)