Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkvist committed Jul 21, 2019
1 parent af4da40 commit 91617cb
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
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.12.6-alpine3.10 AS build
FROM golang:1.12.7-alpine3.10 AS build
RUN apk add --no-cache git
WORKDIR /app/
COPY go.mod .
Expand Down

0 comments on commit 91617cb

Please sign in to comment.