Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 0b37727 commit 8e3a8b5
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
Expand Up @@ -2,7 +2,7 @@
# 1. BUILD
###################

FROM node:21.1.0-alpine3.17 AS build
FROM node:21.2.0-alpine3.17 AS build

# Alpine Linux install packages
RUN apk add bash curl
Expand Down Expand Up @@ -35,7 +35,7 @@ USER node
# 2. PRODUCTION
###################

FROM node:21.1.0-alpine3.17 AS production
FROM node:21.2.0-alpine3.17 AS production

WORKDIR /app

Expand Down

0 comments on commit 8e3a8b5

Please sign in to comment.