Skip to content

Commit fd3772a

Browse files
chore(deps): update alpine docker tag to v3.23
1 parent c432336 commit fd3772a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference-data/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN npm install @nestjs/cli
77
COPY . .
88
RUN npm run build
99

10-
FROM alpine:3.21
10+
FROM alpine:3.23
1111
RUN apk add --no-cache nodejs
1212
WORKDIR /usr/src/app
1313
COPY --from=builder /usr/src/app/dist ./dist

0 commit comments

Comments
 (0)