Skip to content

Commit

Permalink
node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Oct 16, 2023
1 parent ab678c3 commit 4c4cf24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/account-postgres-sink-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specify the base image
FROM node:16-alpine AS BUILD_IMAGE
FROM node:18-alpine AS BUILD_IMAGE

WORKDIR /usr/src/app

Expand All @@ -15,7 +15,7 @@ RUN yarn run build

RUN npm prune --production

FROM node:16-alpine
FROM node:18-alpine

WORKDIR /usr/src/app

Expand Down

0 comments on commit 4c4cf24

Please sign in to comment.