updated build system
All checks were successful
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-07-11 20:27:02 -05:00
parent 2dab1426b4
commit 670c5bac17
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.19 FROM arm64v8/alpine:3.20.1
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com> MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
CMD bash CMD bash

View File

@ -1,4 +1,4 @@
FROM alpine:3.19 FROM alpine:3.20.1
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com> MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
CMD bash CMD bash

View File

@ -1,5 +1,5 @@
# comment # comment
FROM alpine:3.19 FROM alpine:3.20.1
RUN apk update RUN apk update
RUN apk upgrade RUN apk upgrade