Skip to content

Commit ad07bab

Browse files
authored
Use specific Alpine version
1 parent 22088b6 commit ad07bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3 as kafka-gitops
1+
FROM alpine:3.18.4 as kafka-gitops
22

33
WORKDIR /opt
44

@@ -7,7 +7,7 @@ RUN apk --update --no-cache add curl && \
77
unzip /opt/kafka-gitops.zip && \
88
chmod 755 /opt/kafka-gitops
99

10-
FROM alpine:3
10+
FROM alpine:3.18.4
1111

1212
RUN apk update && apk upgrade && \
1313
apk add yq github-cli openjdk17-jre && \

0 commit comments

Comments
 (0)