We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb507d commit 82cbf94Copy full SHA for 82cbf94
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.19
+FROM alpine:3.22
2
3
ARG TARGET
4
Dockerfile.alpine
@@ -1,5 +1,5 @@
# supported versions here: https://hub.docker.com/_/rust
-ARG ALPINE_VERSION=3.20
+ARG ALPINE_VERSION=3.22
########################
5
## builder image
@@ -37,7 +37,7 @@ USER redlib
37
EXPOSE 8080
38
39
# 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
+HEALTHCHECK --interval=1m --timeout=3s CMD wget --spider -q http://localhost:8080/settings || exit 1
41
42
# Add container metadata
43
LABEL org.opencontainers.image.authors="sigaloid"
0 commit comments