Skip to content

Commit

Permalink
Update to Go 1.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude committed Jul 19, 2021
1 parent 2684c99 commit 9e961cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.5-alpine
FROM golang:1.16.6-alpine

RUN apk add git

Expand All @@ -13,4 +13,4 @@ COPY go.mod go.sum ./
RUN go mod download

COPY . .
RUN go install -v
RUN go install -v
2 changes: 1 addition & 1 deletion tests/multiple-ports/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.5-alpine
FROM golang:1.16.6-alpine

CMD ["multiple-ports"]
EXPOSE 80 443
Expand Down

0 comments on commit 9e961cf

Please sign in to comment.