We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8266bb2 commit d2907b3Copy full SHA for d2907b3
Dockerfile
@@ -14,7 +14,7 @@
14
15
ARG BUILDPLATFORM
16
17
-FROM --platform=$BUILDPLATFORM golang:1.19.6 as builder
+FROM --platform=$BUILDPLATFORM golang:1.19.10 as builder
18
19
ARG STAGINGVERSION
20
ARG TARGETPLATFORM
Dockerfile.Windows
@@ -13,7 +13,7 @@
13
# limitations under the License.
ARG BASE_IMAGE
-FROM --platform=$BUILDPLATFORM golang:1.19.6 AS builder
+FROM --platform=$BUILDPLATFORM golang:1.19.10 AS builder
0 commit comments