updated alpine to 3.21.4
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-07-21 14:41:38 -05:00
parent 545219b6a2
commit 212b5e3343
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#comment
FROM arm64v8/alpine:3.21.3
FROM arm64v8/alpine:3.21.4
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
CMD bash

View File

@@ -1,5 +1,5 @@
#comment
FROM alpine:3.21.3
FROM alpine:3.21.4
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
CMD bash

View File

@@ -1,5 +1,5 @@
#comment
FROM alpine:3.21.3
FROM alpine:3.21.4
RUN apk update
RUN apk upgrade