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
parent 9c5d597ab4
commit 0074cced26
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 \