We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f609e64 commit afa9825Copy full SHA for afa9825
deploy/Dockerfile
@@ -19,7 +19,7 @@ LABEL \
19
ARG DEBIAN_FRONTEND=noninteractive
20
# Pin docker to avoid any breaking API changes between the Go client and
21
# the server.
22
-ARG DOCKER_VERSION="5:24.0.3-1~ubuntu.22.04~jammy"
+ARG DOCKER_VERSION="5:27.1.2-1~ubuntu.22.04~jammy"
23
# Ignore other repositories, as some require HTTPS
24
RUN apt-get update --quiet --option Dir::Etc::SourceParts="" && \
25
apt-get upgrade -y && \
0 commit comments