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 ba18d08 commit d83b832Copy full SHA for d83b832
deploy/Dockerfile
@@ -22,7 +22,7 @@ LABEL \
22
ARG DEBIAN_FRONTEND=noninteractive
23
# Pin docker to avoid any breaking API changes between the Go client and
24
# the server.
25
-ARG DOCKER_VERSION="5:27.1.2-1~ubuntu.22.04~jammy"
+ARG DOCKER_VERSION="5:27.3.1-1~ubuntu.22.04~jammy"
26
# Ignore other repositories, as some require HTTPS
27
RUN apt-get update --quiet --option Dir::Etc::SourceParts="" && \
28
apt-get upgrade -y && \
0 commit comments