Pin Alpine version to 3.16
continuous-integration/drone/push Build is passing Details

Package versions always break in builds when a new Alpine version comes
out. Im going to start pinning these.
This commit is contained in:
IamTheFij 2022-11-27 21:56:01 -08:00 committed by Ian Fijolek
parent e2c71d8e25
commit ecf375511c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3
FROM alpine:3.16
RUN apk add --no-cache \
bash~=5 \