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

Commit

Permalink
chore(deps): update golang:1.20.5 docker digest to 77df3d8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 14, 2023
1 parent 8410131 commit f1f3b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM golang:1.20.5@sha256:f28300f5f485a115156f1de0e56e81ba3785e164d66f1d029fe745a7836e944b
FROM golang:1.20.5@sha256:77df3d8c2c4fce5cd302bd9351feb719d71286a01bd26176f5f6f78ad94ae46b
2 changes: 1 addition & 1 deletion tools/k8spacket/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG ref=main

FROM golang:1.20.5@sha256:f28300f5f485a115156f1de0e56e81ba3785e164d66f1d029fe745a7836e944b AS build
FROM golang:1.20.5@sha256:77df3d8c2c4fce5cd302bd9351feb719d71286a01bd26176f5f6f78ad94ae46b AS build
RUN <<EOF
apt-get update
apt-get -y install \
Expand Down

0 comments on commit f1f3b5c

Please sign in to comment.