Skip to content

Commit

Permalink
chore(deps): update node docker tag to v22.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 7, 2024
1 parent deb0b81 commit a7c677f
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,4 +1,4 @@
FROM node:22.5.1-alpine AS build
FROM node:22.6.0-alpine AS build

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down Expand Up @@ -26,7 +26,7 @@ RUN npm run build

RUN pnpm prune --prod

FROM node:22.5.1-alpine AS production
FROM node:22.6.0-alpine AS production

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down

0 comments on commit a7c677f

Please sign in to comment.