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:3.21.3
|
||||||
FROM alpine:latest
|
|
||||||
|
|
||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk add mariadb
|
RUN apk add mariadb
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# TODO(any)(latest)
|
FROM alpine:3.21.3
|
||||||
FROM alpine:latest
|
|
||||||
|
|
||||||
EXPOSE 443
|
EXPOSE 443
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# TODO(any)(latest)
|
FROM alpine:3.21.3
|
||||||
FROM alpine:latest
|
|
||||||
|
|
||||||
# EXPOSE
|
# EXPOSE
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
Loading…
Add table
Reference in a new issue