Skip to content

Commit

Permalink
fix: add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jan 27, 2025
1 parent b1f7955 commit ad2a0f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ ENV PATH=/app/venv/bin:/opt/tools/bin:/usr/local/bin:/usr/bin:/bin
# Debian packages pins

# renovate: release=bookworm depName=git
ENV GIT_VERSION=1:2.39.5-0+deb12u2
ENV GIT_VERSION="1:2.39.5-0+deb12u2"
# renovate: release=bookworm depName=ca-certificates
ENV CA_VERSION=20230311
ENV CA_VERSION="20230311"
# renovate: release=bookworm depName=curl
ENV CURL_VERSION=7.88.1-10+deb12u8
ENV CURL_VERSION="7.88.1-10+deb12u8"
# renovate: release=bookworm depName=openssh-client
ENV OPENSSH_VERSION=1:9.2p1-2+deb12u4
ENV OPENSSH_VERSION="1:9.2p1-2+deb12u4"

# Install dependencies
# hadolint ignore=DL3008,DL3013,SC2046,DL3003
Expand Down

0 comments on commit ad2a0f6

Please sign in to comment.