Skip to content

Commit 87294fd

Browse files
committed
Upgrade alpine base image to version 3.22 in Dockerfile
1 parent d3dc7ba commit 87294fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o notes-api .
1818

1919
# Use a minimal alpine image for the final image
20-
FROM alpine:3.21
20+
FROM alpine:3.22
2121

2222
# Install ca-certificates for HTTPS
2323
RUN apk --no-cache add ca-certificates

0 commit comments

Comments
 (0)