Skip to content

Commit dbf7b9a

Browse files
authored
feat(chore): use tagged image as base images
Feat/switch to tagged alpine
2 parents b71f1e8 + 7150e54 commit dbf7b9a

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
@@ -4,7 +4,7 @@
44
# - https://github.com/dbamaster/mssql-tools-alpine
55
# - https://github.com/ssro/dnsperf
66

7-
FROM alpine:edge
7+
FROM alpine:3.21.2
88

99
# Resolve DL4006 https://github.com/hadolint/hadolint/wiki/DL4006
1010
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

0 commit comments

Comments
 (0)