Skip to content

Commit

Permalink
Peg dockerfile to alpine3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwong89 committed Dec 11, 2024
1 parent a8f0557 commit 6c9cd34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG APP_ROOT=/opt/app-root/src
ARG BASE_IMAGE=docker.io/node:22.12.0-alpine
# Temporarily peg to alpine3.20 https://github.com/prisma/prisma/issues/25809
ARG BASE_IMAGE=docker.io/node:22.12.0-alpine3.20

#
# Build the app
Expand Down

0 comments on commit 6c9cd34

Please sign in to comment.