diff --git a/Dockerfile b/Dockerfile index 66176f8..34ca0fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux go build -o /soundtouch-service ./cmd/soundtouch-service # Final stage -FROM alpine:3.21 +FROM alpine:3.23 # Install necessary runtime dependencies RUN apk add --no-cache ca-certificates tzdata