[go: nahoru, domu]

Skip to content

Commit

Permalink
docker: bump golang:1.18.2-alpine3.14 to golang:1.18.2-alpine3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
gessecarneiro authored and gustavosbarreto committed Jul 26, 2022
1 parent 9671613 commit 739489a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base stage
FROM golang:1.18.2-alpine3.14 AS base
FROM golang:1.18.2-alpine3.16 AS base

ARG GOPROXY

Expand Down
2 changes: 1 addition & 1 deletion cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base stage
FROM golang:1.18.2-alpine3.14 AS base
FROM golang:1.18.2-alpine3.16 AS base

RUN apk add --no-cache git ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion ssh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base stage
FROM golang:1.18.2-alpine3.14 AS base
FROM golang:1.18.2-alpine3.16 AS base

ARG GOPROXY

Expand Down

0 comments on commit 739489a

Please sign in to comment.