Skip to content

Commit fe1ac7b

Browse files
committed
fix: set environment variables using new syntax
1 parent a677adc commit fe1ac7b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

8.4/alpine3.22/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.4/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.5/alpine3.22/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.5/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-linux.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -eux; \
3131
yq \
3232
;
3333

34-
ENV SATOSA_VERSION {{ .version }}
34+
ENV SATOSA_VERSION={{ .version }}
3535
RUN set -eux; \
3636
{{ if is_alpine then ( -}}
3737
apk add --no-cache --virtual .build-deps \

0 commit comments

Comments
 (0)