change: use alpine:3.21.3
This commit is contained in:
parent
faf609b30f
commit
347b6219bc
3 changed files with 3 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
|||
# TODO(any)(latest)
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.21.3
|
||||
|
||||
RUN apk update
|
||||
RUN apk add mariadb
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# TODO(any)(latest)
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.21.3
|
||||
|
||||
EXPOSE 443
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# TODO(any)(latest)
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.21.3
|
||||
|
||||
# EXPOSE
|
||||
EXPOSE 9000
|
||||
|
|
Loading…
Add table
Reference in a new issue