Skip to content

Commit ee389f0

Browse files
committed
update version of alpine and add needed interpreter
1 parent d07e111 commit ee389f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.18
1+
FROM alpine:3.21
22

33
LABEL maintainer="Mittwald CM Service <https://github.com/mittwald>"
44

@@ -15,6 +15,7 @@ RUN apk add --no-cache --upgrade \
1515
mongodb-tools \
1616
mysql-client \
1717
postgresql-client \
18+
gcompat \
1819
&& \
1920
addgroup \
2021
-S "${BRUDI_USER}" \

0 commit comments

Comments
 (0)