Skip to content

Commit ea9fdff

Browse files
Merge pull request #4 from draios/SECCOMP-30157-imagecache-critical-severity-security-vulnerabilities
SECCOMP-30157 bump go version
2 parents a0bc94a + 3c6cc0d commit ea9fdff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.21.8
4-
ARG ALPINE_VERSION=3.19
5-
ARG XX_VERSION=1.2.1
3+
ARG GO_VERSION=1.23.4
4+
ARG ALPINE_VERSION=3.21
5+
ARG XX_VERSION=1.6.1
66

77
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
88
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base

0 commit comments

Comments
 (0)