Skip to content

Commit

Permalink
[Meta] Pin Dockerfile to 20.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lexisother committed Nov 4, 2024
1 parent 0519684 commit f7950f6
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,5 +1,5 @@
## build runner
FROM node:lts-alpine as build-runner
FROM node:20.18.0-alpine AS build-runner

# Add git and gyp deps
RUN apk add git g++ make py3-pip
Expand All @@ -24,7 +24,7 @@ COPY tsconfig.json .
RUN pnpm run build

## producation runner
FROM node:lts-alpine as prod-runner
FROM node:20.18.0-alpine AS prod-runner

# Add git and gyp deps
RUN apk add git g++ make py3-pip
Expand Down

0 comments on commit f7950f6

Please sign in to comment.