Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit a7b1b60

Browse files
renovate-botnicholasdille-bot
authored andcommitted
chore(deps): update golang:1.21.0 docker digest to ec457a2
1 parent eb33757 commit a7b1b60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#syntax=docker/dockerfile:1.6.0
22

3-
FROM --platform=${BUILDPLATFORM} golang:1.21.0@sha256:a0e3e6859220ee48340c5926794ce87a891a1abb51530573c694317bf8f72543 AS base
3+
FROM --platform=${BUILDPLATFORM} golang:1.21.0@sha256:ec457a2fcd235259273428a24e09900c496d0c52207266f96a330062a01e3622 AS base
44
WORKDIR /src
55
ENV CGO_ENABLED=0
66
COPY go.* .

tools/k8spacket/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG ref=main
44

5-
FROM golang:1.21.0@sha256:a0e3e6859220ee48340c5926794ce87a891a1abb51530573c694317bf8f72543 AS build
5+
FROM golang:1.21.0@sha256:ec457a2fcd235259273428a24e09900c496d0c52207266f96a330062a01e3622 AS build
66
RUN <<EOF
77
apt-get update
88
apt-get -y install \

0 commit comments

Comments
 (0)