Skip to content

Commit

Permalink
Merge pull request #1183 from ds-wizard/hotfix/4.8.1
Browse files Browse the repository at this point in the history
Hotfix 4.8.1
  • Loading branch information
janslifka committed Jul 8, 2024
2 parents 91e457b + 9fd5895 commit d9484da
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion engine-registry/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM nginx:alpine
FROM nginx:1.27.0-alpine

RUN apk --purge del curl
RUN apk upgrade --no-cache

COPY engine-registry/docker/nginx/default.conf /etc/nginx/conf.d/default.conf
COPY engine-registry/docker/nginx/start.sh /start.sh
Expand Down
3 changes: 2 additions & 1 deletion engine-wizard/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM nginx:1.25.1-alpine
FROM nginx:1.27.0-alpine

RUN apk --purge del curl
RUN apk upgrade --no-cache

COPY engine-wizard/docker/nginx/default.conf /etc/nginx/conf.d/default.conf
COPY engine-wizard/docker/profile.sh /configuration/profile.sh
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engine-frontend",
"version": "4.8.0",
"version": "4.8.1",
"repository": "https://github.com/ds-wizard/engine-frontend",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit d9484da

Please sign in to comment.