Skip to content

Commit

Permalink
Roll back to Apline 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Dec 5, 2024
1 parent e0c225d commit 29b5175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM cfssl/cfssl:v1.6.5 AS cfssl

# Install remaining packages
FROM alpine:3.20.3
FROM alpine:3.19.4
ENV INSTALL_PATH=/packages/bin
ENV PATH=${INSTALL_PATH}:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN mkdir -p ${INSTALL_PATH}
Expand Down

0 comments on commit 29b5175

Please sign in to comment.