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 d3dc7ba commit 87294fdCopy full SHA for 87294fd
Dockerfile
@@ -17,7 +17,7 @@ COPY . .
17
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o notes-api .
18
19
# Use a minimal alpine image for the final image
20
-FROM alpine:3.21
+FROM alpine:3.22
21
22
# Install ca-certificates for HTTPS
23
RUN apk --no-cache add ca-certificates
0 commit comments