Skip to content

Commit

Permalink
Update Docker image to latest Alpine and CFFSL (go 1.18 -> 1.22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Dec 5, 2024
1 parent 392fcab commit e0c225d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Install CFSSL from official cfssl.org binaries
FROM cfssl/cfssl:1.5.0 AS cfssl
# https://hub.docker.com/r/cfssl/cfssl/tags
FROM cfssl/cfssl:v1.6.5 AS cfssl

# Install remaining packages
FROM alpine:3.16.2
FROM alpine:3.20.3
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 e0c225d

Please sign in to comment.