Skip to content

Commit 3822c84

Browse files
committed
Bump base image
1 parent 5aa9075 commit 3822c84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN --mount=type=secret,id=npmrc,target=.npmrc mv $(npm pack @netcracker/qubersh
88
RUN --mount=type=secret,id=npmrc,target=.npmrc mv $(npm pack @netcracker/qubership-apihub-ui-editor@"$TAG") qubership-apihub-ui-editor.tgz
99
RUN --mount=type=secret,id=npmrc,target=.npmrc mv $(npm pack @netcracker/qubership-apihub-ui-portal@"$TAG") qubership-apihub-ui-portal.tgz
1010

11-
FROM docker.io/nginx:1.26.0-alpine3.19
11+
FROM docker.io/nginx:1.28.0-alpine3.21
1212

1313
COPY nginx/errors /var/www/error
1414
COPY nginx/nginx.conf.template /etc/nginx/nginx.conf.template

Dockerfile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/nginx:1.26.0-alpine3.19
1+
FROM docker.io/nginx:1.28.0-alpine3.21
22

33
COPY nginx/errors /var/www/error
44
COPY nginx/nginx.conf.template /etc/nginx/nginx.conf.template

0 commit comments

Comments
 (0)