Skip to content

Commit

Permalink
Update docker and buildx version.
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang committed Nov 12, 2024
1 parent d16fb2c commit 13e5640
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1
ARG DOCKER_VERSION=27.1.1
ARG BUILDX_VERSION=0.16.2
ARG DOCKER_VERSION=27.3.1
ARG BUILDX_VERSION=0.17.1

RUN apt update -y && apt install curl unzip -y

Expand Down Expand Up @@ -47,7 +47,8 @@ RUN apt update -y \
# Configure git-core/ppa based on guidance here: https://git-scm.com/download/linux
RUN add-apt-repository ppa:git-core/ppa \
&& apt update -y \
&& apt install -y --no-install-recommends git
&& apt install -y --no-install-recommends git \
&& rm -rf /var/lib/apt/lists/*

RUN adduser --disabled-password --gecos "" --uid 1001 runner \
&& groupadd docker --gid 123 \
Expand Down

0 comments on commit 13e5640

Please sign in to comment.