Compare commits
2 Commits
main
...
bump-versi
Author | SHA1 | Date | |
---|---|---|---|
ff8eea2568 | |||
4373cc8e66 |
18
Dockerfile
18
Dockerfile
@ -1,15 +1,15 @@
|
|||||||
FROM alpine:3.17
|
FROM alpine:3.18
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
bash~=5 \
|
bash~=5 \
|
||||||
consul~=1.14 \
|
consul~=1 \
|
||||||
mariadb-client~=10.6 \
|
mariadb-client~=10 \
|
||||||
mariadb-connector-c~=3.3 \
|
mariadb-connector-c~=3 \
|
||||||
nomad~=1.4 \
|
nomad~=1 \
|
||||||
postgresql15-client~=15.3 \
|
postgresql15-client~=15 \
|
||||||
rclone~=1.60 \
|
rclone~=1.62 \
|
||||||
redis~=7.0 \
|
redis~=7 \
|
||||||
restic~=0.14 \
|
restic~=0.15 \
|
||||||
sqlite~=3 \
|
sqlite~=3 \
|
||||||
tzdata~=2023c \
|
tzdata~=2023c \
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user