Skip to content

Commit

Permalink
Bump alpine from 3.7 to 3.8 (#29)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.7 to 3.8.

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and osterman committed Jul 31, 2018
1 parent 60a2b70 commit d93bda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ ARG CFSSL_VERSION=1.3.2
FROM cfssl/cfssl:${CFSSL_VERSION} as cfssl

# Install remaining packages
FROM alpine:3.7
FROM alpine:3.8
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 d93bda4

Please sign in to comment.