Skip to content

Commit

Permalink
Updated ENV syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
james-prince committed Nov 20, 2024
1 parent ad2c759 commit 56bf99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -tags timetzdata -o ff3-import-helper
FROM scratch AS final
COPY --from=build /app/ff3-import-helper /
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
ENV TZ 'Etc/UTC'
ENV TZ='Etc/UTC'
LABEL org.opencontainers.image.source=https://github.com/james-prince/ff3-import-helper

HEALTHCHECK --interval=10s --timeout=3s --start-period=20s \
Expand Down

0 comments on commit 56bf99d

Please sign in to comment.