We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9824f4d commit 73ac931Copy full SHA for 73ac931
database/migrations/Dockerfile
@@ -4,7 +4,7 @@ RUN apk --no-cache add git
4
RUN go install github.com/jackc/tern@latest
5
6
# Build final image
7
-FROM alpine:3.21.0
+FROM alpine:3.21.2
8
RUN addgroup -S clowarden && adduser -S clowarden -G clowarden
9
USER clowarden
10
WORKDIR /home/clowarden
0 commit comments