Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Dec 18, 2023
1 parent c641af6 commit 0b00535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/pds/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN pnpm install --prod --shamefully-hoist --frozen-lockfile --prefer-offline >
WORKDIR services/pds

# Uses assets from build stage to reduce build size
FROM node:18-alpine
FROM node:18-alpine3.18

RUN apk add --update dumb-init

Expand Down

0 comments on commit 0b00535

Please sign in to comment.