Skip to content

Commit afa9825

Browse files
authored
chore: update Docker to 27.1.2 (#97)
1 parent f609e64 commit afa9825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LABEL \
1919
ARG DEBIAN_FRONTEND=noninteractive
2020
# Pin docker to avoid any breaking API changes between the Go client and
2121
# the server.
22-
ARG DOCKER_VERSION="5:24.0.3-1~ubuntu.22.04~jammy"
22+
ARG DOCKER_VERSION="5:27.1.2-1~ubuntu.22.04~jammy"
2323
# Ignore other repositories, as some require HTTPS
2424
RUN apt-get update --quiet --option Dir::Etc::SourceParts="" && \
2525
apt-get upgrade -y && \

0 commit comments

Comments
 (0)