Skip to content

Commit

Permalink
Update Docker Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and victor-rds committed Dec 19, 2022
1 parent 9d90f26 commit bb6e110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit bb6e110

Please sign in to comment.