Skip to content

Commit aa4e165

Browse files
authored
Merge pull request #1337 from ds-wizard/hotfix/4.16.1
Hotfix 4.16.1
2 parents af96768 + c77ea0e commit aa4e165

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

engine-registry/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.27.0-alpine
1+
FROM nginx:1.27.4-alpine
22

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

engine-wizard/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.27.0-alpine
1+
FROM nginx:1.27.4-alpine
22

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine-frontend",
3-
"version": "4.16.0",
3+
"version": "4.16.1",
44
"repository": "https://github.com/ds-wizard/engine-frontend",
55
"license": "Apache-2.0",
66
"scripts": {

0 commit comments

Comments
 (0)