diff --git a/.kontinuous/values.yaml b/.kontinuous/values.yaml index eca1ff8..e6e93a9 100644 --- a/.kontinuous/values.yaml +++ b/.kontinuous/values.yaml @@ -1,2 +1,8 @@ global: imageProject: 1000jours + +app: + securityContext: + fsGroup: 101 + runAsGroup: 101 + runAsUser: 101 diff --git a/Dockerfile b/Dockerfile index 9672465..70e416e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,6 @@ RUN yarn --production --frozen-lockfile --prefer-offline && yarn cache clean RUN yarn build RUN yarn export -FROM ghcr.io/socialgouv/docker/nginx:7.0.1 +FROM ghcr.io/socialgouv/docker/nginx:8.2.0 COPY --from=builder --chown=nginx:nginx /out /usr/share/nginx/html