Skip to content

Commit

Permalink
Merge pull request #845 from krakend/alpine_upgrade
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
taik0 authored Feb 28, 2024
2 parents e134067 + 61f6e76 commit 1dd0e78
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 @@ -14,7 +14,7 @@ FROM alpine:${ALPINE_VERSION}

LABEL maintainer="[email protected]"

RUN apk add --no-cache ca-certificates tzdata && \
RUN apk upgrade --no-cache --no-interactive && apk add --no-cache ca-certificates tzdata && \
adduser -u 1000 -S -D -H krakend && \
mkdir /etc/krakend && \
echo '{ "version": 3 }' > /etc/krakend/krakend.json
Expand Down

0 comments on commit 1dd0e78

Please sign in to comment.