Skip to content

Commit feeda53

Browse files
Update dependency docker/buildx to v0.31.0
1 parent 65db170 commit feeda53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/ath-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update \
2525
&& rm -rf /var/lib/apt/lists/*
2626

2727
# Docker installation according to https://docs.docker.com/engine/install/ubuntu/
28-
ARG DOCKER_BUILDX_VERSION=0.30.1
28+
ARG DOCKER_BUILDX_VERSION=0.31.0
2929
ARG DOCKER_VERSION=29.2.0
3030
RUN install -m 0755 -d /etc/apt/keyrings \
3131
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc \

0 commit comments

Comments
 (0)