diff --git a/backend/Dockerfile b/backend/Dockerfile index 9e27ffbe..16ffeff0 100755 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -27,7 +27,7 @@ FROM alpine:latest as certs RUN apk add --update ca-certificates # Sets up the final image -FROM alpine:3.21.2 +FROM alpine:3.22.1 # FIXME: Install cgo because CGO_ENABLED=1 during build RUN apk add --no-cache libc6-compat