Skip to content

Commit 659d62a

Browse files
Update dependencies to latest
Update github and docker dependencies. Fill in missing linux dependency version ARGS
1 parent 2f4f7d3 commit 659d62a

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.324.0
6+
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.7.0
7+
ARG DOCKER_VERSION=28.1.1
8+
ARG BUILDX_VERSION=0.23.0
99

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

0 commit comments

Comments
 (0)