Skip to content

Commit

Permalink
chore: update dockerfile go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed May 1, 2023
1 parent 4407707 commit b70d4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile.client
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_IMAGE_VERSION=golang:1.18.3-alpine3.16
ARG GOLANG_IMAGE_VERSION=golang:1.19-alpine3.16

FROM ${GOLANG_IMAGE_VERSION} AS builder

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.localdev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_IMAGE_VERSION=golang:1.18.3-alpine3.16
ARG GOLANG_IMAGE_VERSION=golang:1.19-alpine3.16

FROM ${GOLANG_IMAGE_VERSION} AS builder

Expand Down

0 comments on commit b70d4aa

Please sign in to comment.