Skip to content

Commit

Permalink
change docker image to node:18-bullseye-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoCoreDuo committed Jul 12, 2024
1 parent fde5e02 commit 584bb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-slim AS base
FROM node:18-bullseye-slim AS base

# openssl will be a required package if base is updated to 18.16+ due to node:*-slim base distro change
# https://github.com/prisma/prisma/issues/19729#issuecomment-1591270599

0 comments on commit 584bb17

Please sign in to comment.