updating the alpine version

This commit is contained in:
Claire Labry 2021-12-17 10:41:04 -05:00
parent 214963f816
commit a286cbee89
No known key found for this signature in database
GPG Key ID: 2A8A96045C4E9B0C
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# This Dockerfile creates a production release image for the project using crt release flow. # This Dockerfile creates a production release image for the project using crt release flow.
FROM alpine:3.13 as default FROM alpine:3 as default
ARG VERSION ARG VERSION
ARG BIN_NAME ARG BIN_NAME