Fix comment for S6 updates
This commit is contained in:
parent
506e554230
commit
90b18c7d72
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ FROM python:3.12-slim as production
|
|||
|
||||
ENV VIRTUAL_ENV=/venv
|
||||
|
||||
# renovate: datasource=github-tags depName=gchq/cyberchef
|
||||
# renovate: datasource=github-tags depName=just-containers/s6-overlay
|
||||
ENV S6_OVERLAY_VERSION=3.1.6.2
|
||||
|
||||
RUN useradd website --create-home -u 1000 && mkdir /app $VIRTUAL_ENV && chown -R website /app $VIRTUAL_ENV
|
||||
|
|
Loading…
Reference in a new issue