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 a6cedb3 commit 866bf91Copy full SHA for 866bf91
Dockerfile
@@ -18,7 +18,7 @@ COPY . .
18
19
RUN cd cmd/vulcan-api && GOOS=linux GOARCH=amd64 go build -tags musl . && cd -
20
21
-FROM alpine:3.16.3
+FROM alpine:3.17.0
22
23
WORKDIR /flyway
24
0 commit comments