Fix: Use an existing Dockerfile for the Go image (#61158)

This commit is contained in:
Emil Tullstedt 2023-01-10 17:11:43 +01:00 committed by GitHub
parent 5f6f1a7d07
commit 67661c2535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
ARG BASE_IMAGE=alpine:3.15
ARG JS_IMAGE=node:16-alpine3.15
ARG GO_IMAGE=golang:1.19.4-alpine3.15
ARG GO_IMAGE=golang:1.19.4-alpine3.17
ARG GO_SRC=go-builder
ARG JS_SRC=js-builder