Skip to content

Commit

Permalink
Docker - Gitlab - Fix typo (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani authored Dec 17, 2024
1 parent e910a06 commit 2025020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/gitlab/17/debian12/17.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM marketplace.gcr.io/google/debian12
ENV GITLAB_VERSION 17.5.1
ENV DOWNLOAD_URL "https://packages.gitlab.com/gitlab/gitlab-ee/packages/debian/bullseye/gitlab-ee_17.5.1-ee.0_amd64.deb/download.deb"

ENV C2D_RELEASE 17.5.1
ENV C2D_RELEASE=17.5.1

SHELL ["/bin/sh", "-c"],
SHELL ["/bin/sh", "-c"]

# Default to supporting utf-8
ENV LANG C.UTF-8
Expand Down
4 changes: 2 additions & 2 deletions docker/gitlab/templates/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ FROM {{ .From }}
ENV GITLAB_VERSION {{ $gitlab.Version }}
ENV DOWNLOAD_URL "https://packages.gitlab.com/gitlab/gitlab-ee/packages/debian/bullseye/gitlab-ee_{{ $gitlab.Version }}-ee.0_amd64.deb/download.deb"

ENV C2D_RELEASE {{ $gitlab.Version }}
ENV C2D_RELEASE={{ $gitlab.Version }}

SHELL ["/bin/sh", "-c"],
SHELL ["/bin/sh", "-c"]

# Default to supporting utf-8
ENV LANG C.UTF-8
Expand Down

0 comments on commit 2025020

Please sign in to comment.