We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1007f3 commit c88cf55Copy full SHA for c88cf55
Dockerfile
@@ -1,5 +1,5 @@
1
# Base image with corepack and pnpm enabled
2
-FROM 310118226683.dkr.ecr.eu-west-1.amazonaws.com/node:23.3.0-slim
+FROM 310118226683.dkr.ecr.eu-west-1.amazonaws.com/node:23.7.0-slim
3
4
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
5
# Setup doppler
@@ -8,7 +8,7 @@ RUN (curl -Ls --tlsv1.2 --proto "=https" --retry 3 https://cli.doppler.com/insta
8
# Set up pnpm environment
9
ENV PNPM_HOME="/pnpm"
10
ENV PATH="$PNPM_HOME:$PATH"
11
-RUN corepack enable && corepack prepare [email protected] --activate
+RUN corepack enable
12
13
# Set working directory
14
WORKDIR /app
0 commit comments