Skip to content

Commit 7040625

Browse files
Update dependencies to latest
Fill in missing linux ARGS
1 parent 2f4f7d3 commit 7040625

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

images/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM ubuntu:24.04 AS build
22

3-
ARG TARGETOS
4-
ARG TARGETARCH
5-
ARG RUNNER_VERSION
6-
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1
7-
ARG DOCKER_VERSION=28.0.1
8-
ARG BUILDX_VERSION=0.21.2
3+
ARG TARGETOS=linux
4+
ARG TARGETARCH=amd64
5+
ARG RUNNER_VERSION=2.323.0
6+
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.2
7+
ARG DOCKER_VERSION=28.0.4
8+
ARG BUILDX_VERSION=0.22.0
99

1010
RUN apt update -y \
1111
&& apt upgrade -y \

0 commit comments

Comments
 (0)