Skip to content

Commit

Permalink
change nginx version (#107)
Browse files Browse the repository at this point in the history
* change nginx version

* build: change nginx version
  • Loading branch information
QRuhier authored Jan 26, 2024
1 parent c907600 commit d9d2018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion queen-v2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx
FROM nginx:stable-alpine
ADD build /usr/share/nginx/html
RUN rm etc/nginx/conf.d/default.conf
# Overload nginx.conf to enable cors
Expand Down
2 changes: 1 addition & 1 deletion queen-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "queen-v2",
"version": "1.1.22",
"version": "1.1.23",
"description": "Web application for the management of questionnaires powered by Lunatic",
"repository": {
"type": "git",
Expand Down

0 comments on commit d9d2018

Please sign in to comment.