Skip to content

Commit

Permalink
chore(deps): update nginx docker tag to v1.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 957768e commit 35aceba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . /app
RUN npm run build

# production environment
FROM nginx:1.16.0-alpine
FROM nginx:1.25.3-alpine
COPY --from=build /app/build /var/www
COPY nginx/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
Expand Down

0 comments on commit 35aceba

Please sign in to comment.