We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783bf57 commit 955d98bCopy full SHA for 955d98b
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.20.1
+FROM alpine:3.20.2
8
RUN addgroup -S clowarden && adduser -S clowarden -G clowarden
9
USER clowarden
10
WORKDIR /home/clowarden
0 commit comments