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

Commit fb403f6

Browse files
committed
chore(deps): pin ubuntu docker tag to 20fa2d7
1 parent 5888cba commit fb403f6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Dockerfile.template

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

3-
ARG image=ubuntu:22.04
3+
ARG image=ubuntu:22.04@sha256:20fa2d7bb4de7723f542be5923b06c4d704370f0390e4ae9e1c833c8785644c1
44
ARG ref=main
55
# INSERT FROM
66

tools/reptyr/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/su-exec/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/tasker/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/uidmap/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/util-linux/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)