diff --git a/Dockerfile b/Dockerfile index 4a8b74b..33c0239 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM node:19.2.0-alpine as build +FROM node:19.3.0-alpine as build ARG CLIENT_VERSION=master ARG CLIENT_REPO="https://github.com/etesync/etesync-web.git" @@ -21,7 +21,7 @@ RUN apk add --no-cache git; \ yarn; \ expo build:web -FROM nginx:1.23.2-alpine +FROM nginx:1.23.3-alpine COPY --from=build /etesync-web/build /usr/share/nginx/html/client COPY --from=build /etesync-notes/web-build /usr/share/nginx/html/notes