Skip to content

Commit 26e1001

Browse files
chore(alpine): upgrade base docker image to alpine 3.24
- upgrade base docker image to alpine 3.24 Related to: camunda/camunda-bpm-platform-maintenance#2751
1 parent d3e2f4f commit 26e1001

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.23 as builder
1+
FROM alpine:3.24 as builder
22

33
ARG VERSION=7.24.0
44
ARG DISTRO=tomcat
@@ -34,7 +34,7 @@ COPY camunda-lib.sh /camunda/
3434

3535
##### FINAL IMAGE #####
3636

37-
FROM alpine:3.23
37+
FROM alpine:3.24
3838

3939
ARG VERSION=7.24.0
4040

0 commit comments

Comments
 (0)