Skip to content

Commit

Permalink
build(deps): bump node from 20.15.1-alpine3.19 to 20.16.0-alpine3.19 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent fc1dc1f commit 832a97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN composer install \
--no-progress \
--no-dev

FROM node:20.15.1-alpine3.19 AS node
FROM node:20.16.0-alpine3.19 AS node

COPY --from=composer ./app /app/
WORKDIR /app
Expand Down

0 comments on commit 832a97c

Please # to comment.