Merge branch 'renovate/nginx-1.x' into 'main'
chore(deps): update nginx docker tag to v1.29.2 See merge request unboundsoftware/dancefinder/dancefinder-app!2577
This commit was merged in pull request #2626.
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ COPY . /build
|
||||
RUN npm run postinstall && npm run generate && npm run lint
|
||||
#RUN yarn start:ci & yarn wait && yarn test:cypress
|
||||
|
||||
FROM amd64/nginx:1.29.1@sha256:437d5a156e43181346ca0c4ab830b529a692f4b8686fc895ead569fd96a4fd6c
|
||||
FROM amd64/nginx:1.29.2@sha256:ab38858ab8672c95032067a00ea395e8b810cbd15019ca01f7fea1ee2afb45b1
|
||||
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
||||
|
||||
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
|
||||
|
||||
Reference in New Issue
Block a user