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 58105fb commit a3df282Copy full SHA for a3df282
Dockerfile
@@ -13,7 +13,7 @@ COPY . .
13
14
RUN cd cmd/vulnerability-db-api/ && GOOS=linux GOARCH=amd64 go build . && cd -
15
16
-FROM alpine:3.19
+FROM alpine:3.20
17
18
RUN apk add --no-cache --update bash gettext
19
0 commit comments