Skip to content

Commit

Permalink
Merge pull request #136 from sensiblecodeio/go-1.16.6
Browse files Browse the repository at this point in the history
Update to Go 1.16.6
  • Loading branch information
StevenMaude authored Jul 19, 2021
2 parents 2684c99 + 9e961cf commit 4906b55
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 4906b55

Please sign in to comment.