RED-7619 update dockerfile
This commit is contained in:
parent
f2e2a5ba1a
commit
6cac3f94a2
@ -1,4 +1,4 @@
|
||||
FROM node:20.8-buster as builder
|
||||
FROM node:20.9-buster as builder
|
||||
|
||||
WORKDIR /ng-app
|
||||
|
||||
@ -31,7 +31,7 @@ CMD ["/bin/cp", "-r", "/ng-app/dist/paligo-styles", "/tmp/styles-export"]
|
||||
### STAGE 2: Setup ###
|
||||
|
||||
|
||||
FROM nginx:1.25.2-alpine
|
||||
FROM nginx:1.25.3-alpine
|
||||
|
||||
## Copy our default nginx config
|
||||
COPY docker/common/nginx/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user