Skip to content

Commit

Permalink
Use golang 1.19 in sandbox-lite
Browse files Browse the repository at this point in the history
Signed-off-by: eduardo apolinario <[email protected]>
  • Loading branch information
eapolinario committed Jul 7, 2023
1 parent d3c8d6d commit 96e4780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/sandbox-lite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG FLYTE_VERSION="latest"
FROM ghcr.io/flyteorg/flyteconsole-release:${FLYTE_VERSION} AS flyteconsole

FROM --platform=${BUILDPLATFORM} golang:1.18.0-alpine3.15 AS go_builder
FROM --platform=${BUILDPLATFORM} golang:1.19.0-alpine3.16 AS go_builder

ARG TARGETARCH
ENV GOARCH=${TARGETARCH}
Expand Down

0 comments on commit 96e4780

Please sign in to comment.