Skip to content

Commit b7da2a2

Browse files
committed
chore: fix typo in Dockerfile
1 parent 8a6af22 commit b7da2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install dependencies only when needed
2-
FROM node:22.11.0-a1pine3.20 AS base
2+
FROM node:22.11.0-alpine3.19 AS base
33

44
FROM base AS deps
55
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.

0 commit comments

Comments
 (0)