Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventSA authored Feb 21, 2020
1 parent e5dc53a commit 763fecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.10 AS builder
ARG VERSION=v1.7.19
FROM alpine:3.11 AS builder
ARG VERSION=v1.7.21
RUN apk update && apk add --no-cache ca-certificates && update-ca-certificates && \
mkdir /traefik && \
wget --quiet --output-document=/traefik/traefik https://github.com/containous/traefik/releases/download/${VERSION}/traefik_linux-amd64 && \
Expand Down

0 comments on commit 763fecd

Please sign in to comment.