Skip to content

Commit

Permalink
Pin Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2023
1 parent 287d865 commit f0b58b5
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,6 +1,6 @@
## Builder ##

FROM node:18.19-alpine AS builder
FROM node:18.19.0-alpine AS builder
WORKDIR /application

# Install the NPM dependencies
Expand All @@ -16,7 +16,7 @@ RUN yarn install --production --frozen-lockfile

## Runner ##

FROM node:18.19-alpine AS runner
FROM node:18.19.0-alpine AS runner
WORKDIR /application
ENV NODE_ENV production

Expand Down

0 comments on commit f0b58b5

Please sign in to comment.