2 Commits

Author SHA1 Message Date
renovate 17935f0de0 chore(deps): update nginx:1.31.2 docker digest to 1aa5260 (#2964)
dancefinder-app / build (push) Successful in 2m35s
dancefinder-app / deploy-prod (push) Successful in 1m34s
2026-06-24 04:09:53 +00:00
renovate 894d9bf697 chore(deps): update nginx docker tag to v1.31.2 (#2963)
dancefinder-app / build (push) Successful in 2m5s
dancefinder-app / deploy-prod (push) Successful in 1m31s
2026-06-21 01:07:07 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ COPY . /build
RUN npm run postinstall && npm run generate && npm run lint RUN npm run postinstall && npm run generate && npm run lint
#RUN yarn start:ci & yarn wait && yarn test:cypress #RUN yarn start:ci & yarn wait && yarn test:cypress
FROM amd64/nginx:1.31.1@sha256:c81b9fbaf3132ca4bc93bce39d423fae676b4fe3ffc6368d8585b38f515f251a FROM amd64/nginx:1.31.2@sha256:1aa526045addc7cb378cc388a81592a96f749f2eb122a718fab23ef68cd7033d
MAINTAINER Joakim Olsson <joakim@unbound.se> MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/ COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
+1 -1
View File
@@ -55,7 +55,7 @@
"@pinia/nuxt": "0.11.3", "@pinia/nuxt": "0.11.3",
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",
"date-fns": "4.4.0", "date-fns": "4.4.0",
"graphql": "17.0.1", "graphql": "16.14.2",
"graphql-tag": "2.12.7", "graphql-tag": "2.12.7",
"pinia": "3.0.4", "pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1" "pinia-plugin-persistedstate": "4.7.1"