Skip to content

Commit 82cbf94

Browse files
committed
Bump to alpine:3.22
Ref: https://alpinelinux.org/releases/
1 parent dcb507d commit 82cbf94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19
1+
FROM alpine:3.22
22

33
ARG TARGET
44

Dockerfile.alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# supported versions here: https://hub.docker.com/_/rust
2-
ARG ALPINE_VERSION=3.20
2+
ARG ALPINE_VERSION=3.22
33

44
########################
55
## builder image
@@ -37,7 +37,7 @@ USER redlib
3737
EXPOSE 8080
3838

3939
# Run a healthcheck every minute to make sure redlib is functional
40-
HEALTHCHECK --interval=1m --timeout=3s CMD wget --spider --q http://localhost:8080/settings || exit 1
40+
HEALTHCHECK --interval=1m --timeout=3s CMD wget --spider -q http://localhost:8080/settings || exit 1
4141

4242
# Add container metadata
4343
LABEL org.opencontainers.image.authors="sigaloid"

0 commit comments

Comments
 (0)