Skip to content

Commit 0413fb8

Browse files
committed
pin alpine to version 3.18 in dockerfile
1 parent 3a3518c commit 0413fb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Use the latest version of Alpine Linux as the base image
2-
FROM alpine:latest
1+
FROM alpine:3.18
32

43
# Install necessary packages
54
RUN apk --no-cache add ca-certificates tzdata

0 commit comments

Comments
 (0)