updated build system

This commit is contained in:
2024-09-24 07:32:27 -05:00
parent ceda21830f
commit 5000215973
5 changed files with 50 additions and 28 deletions

View File

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

View File

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

View File

@ -1,5 +1,5 @@
#comment
FROM alpine:3.20.2
FROM alpine:3.20.3
RUN apk update
RUN apk upgrade