Skip to content

Commit 7693ef1

Browse files
chore(alpine): upgrade base docker image to alpine 3.24 (#353)
- upgrade base docker image to alpine 3.24 Related to: camunda/camunda-bpm-platform-maintenance#2751
1 parent ad50d71 commit 7693ef1

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.23.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.23.0
4040

0 commit comments

Comments
 (0)