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

Commit 83a6e7c

Browse files
renovate[bot]nicholasdille
authored andcommitted
chore(deps): pin dependencies
1 parent a7bc3f2 commit 83a6e7c

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

tools/cnitool/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.18.5 AS build
5+
FROM golang:1.18.5@sha256:5540a6a6b3b612c382accc545b3f6702de21e77b15d89ad947116c94b5f42993 AS build
66
WORKDIR /go/src/github.com/containernetworking/cni
77
ARG name
88
ARG version

tools/docuum/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 rust:1.63.0 AS build
5+
FROM rust:1.63.0@sha256:8307760c6dc650fa8a1586ebd7c96a9845b571015667aa44bf5e7f7c0b1de324 AS build
66
WORKDIR /tmp/github.com/stepchowfun/docuum
77
ARG name
88
ARG version

tools/emojisum/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.18.5 AS build
5+
FROM golang:1.18.5@sha256:5540a6a6b3b612c382accc545b3f6702de21e77b15d89ad947116c94b5f42993 AS build
66
WORKDIR /go/src/github.com/emojisum/emojisum
77
ARG name
88
ARG version

tools/envsub/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 rust:1.63.0 AS build
5+
FROM rust:1.63.0@sha256:8307760c6dc650fa8a1586ebd7c96a9845b571015667aa44bf5e7f7c0b1de324 AS build
66
WORKDIR /tmp/github.com/stephenc/envsub
77
ARG name
88
ARG version

tools/firejail/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 ubuntu:22.04 AS build
5+
FROM ubuntu:22.04@sha256:20fa2d7bb4de7723f542be5923b06c4d704370f0390e4ae9e1c833c8785644c1 AS build
66
RUN <<EOF
77
apt-get update
88
apt-get -y install --no-install-recommends \

tools/imgcrypt/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.18.5 AS build
5+
FROM golang:1.18.5@sha256:5540a6a6b3b612c382accc545b3f6702de21e77b15d89ad947116c94b5f42993 AS build
66
WORKDIR /go/src/github.com/containerd/imgcrypt
77
ARG name
88
ARG version

tools/jwt/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 rust:1.63.0 AS build
5+
FROM rust:1.63.0@sha256:8307760c6dc650fa8a1586ebd7c96a9845b571015667aa44bf5e7f7c0b1de324 AS build
66
WORKDIR /tmp/github.com/mike-engel/jwt-cli
77
ARG name
88
ARG version

tools/libcap-ng/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 ubuntu:22.04 AS build
5+
FROM ubuntu:22.04@sha256:20fa2d7bb4de7723f542be5923b06c4d704370f0390e4ae9e1c833c8785644c1 AS build
66
RUN <<EOF
77
apt-get update
88
apt-get -y install --no-install-recommends \

tools/libcap/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 ubuntu:22.04 AS build
5+
FROM ubuntu:22.04@sha256:20fa2d7bb4de7723f542be5923b06c4d704370f0390e4ae9e1c833c8785644c1 AS build
66
RUN <<EOF
77
apt-get update
88
apt-get -y install --no-install-recommends \

tools/libcgroup/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 ubuntu:22.04 AS build
5+
FROM ubuntu:22.04@sha256:20fa2d7bb4de7723f542be5923b06c4d704370f0390e4ae9e1c833c8785644c1 AS build
66
RUN <<EOF
77
apt-get update
88
apt-get -y install --no-install-recommends \

0 commit comments

Comments
 (0)