Compare commits

...

2 Commits

Author SHA1 Message Date
ff8eea2568 Bump restic up one
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-25 20:08:31 -07:00
4373cc8e66 Bump to alpine 3.18 and bump versions
Some checks failed
continuous-integration/drone/push Build is failing
Also, more loosely pinning some dependencies with stable apis.
2023-10-23 10:49:33 -07:00

View File

@ -1,15 +1,15 @@
FROM alpine:3.17
FROM alpine:3.18
RUN apk add --no-cache \
bash~=5 \
consul~=1.14 \
mariadb-client~=10.6 \
mariadb-connector-c~=3.3 \
nomad~=1.4 \
postgresql15-client~=15.3 \
rclone~=1.60 \
redis~=7.0 \
restic~=0.14 \
consul~=1 \
mariadb-client~=10 \
mariadb-connector-c~=3 \
nomad~=1 \
postgresql15-client~=15 \
rclone~=1.62 \
redis~=7 \
restic~=0.15 \
sqlite~=3 \
tzdata~=2023c \
;