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

Commit 678c8e4

Browse files
renovate-botnicholasdille-bot
authored andcommitted
chore(deps): update golang:1.20.6 docker digest to cfc9d1b
1 parent fdcbe3f commit 678c8e4

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.20.6@sha256:8e5a0067e6b387263a01d06b91ef1a983f90e9638564f6e25392fd2695f7ab6c AS base
3+
FROM --platform=${BUILDPLATFORM} golang:1.20.6@sha256:cfc9d1b07b1ef4f7a4571f0b60a99646a92ef76adb7d9943f4cb7b606c6554e2 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.20.6@sha256:8e5a0067e6b387263a01d06b91ef1a983f90e9638564f6e25392fd2695f7ab6c AS build
5+
FROM golang:1.20.6@sha256:cfc9d1b07b1ef4f7a4571f0b60a99646a92ef76adb7d9943f4cb7b606c6554e2 AS build
66
RUN <<EOF
77
apt-get update
88
apt-get -y install \

0 commit comments

Comments
 (0)