Update alpine shipping versions

Alpine 3.10 is now availabe and is no-harm update.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis
2019-08-21 07:40:51 +01:00
parent f85da7b4bb
commit 14677e0b9a
6 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ COPY main.go .
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o app .
FROM alpine:3.8
FROM alpine:3.10
RUN addgroup -S app \
&& adduser -S -g app app \

View File

@ -12,7 +12,7 @@ COPY auth.go .
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o app .
FROM alpine:3.8
FROM alpine:3.10
RUN addgroup -S app \
&& adduser -S -g app app \