Skip to content

Commit

Permalink
fix: Dockerfile image was not the right one (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee authored Nov 20, 2024
1 parent 99f1953 commit 6fd3e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm run build
RUN npm prune --production


FROM node:18-bullseye-slim
FROM node:18-bookworm-slim

ARG KUZZLE_ENV="local"

Expand Down

0 comments on commit 6fd3e4c

Please sign in to comment.