Skip to content

Commit 40169ba

Browse files
johanbooksnyk-bot
andauthored
1 parent 091c02e commit 40169ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/tracking/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
################################
22
# Build server
33
################################
4-
FROM node:20.18.2-alpine as builder
4+
FROM node:20.19.0-alpine as builder
55

66
WORKDIR /app
77

@@ -13,7 +13,7 @@ RUN npm run build
1313
################################
1414
# Create Docker image
1515
################################
16-
FROM node:20.18.2-alpine
16+
FROM node:20.19.0-alpine
1717

1818
WORKDIR /app
1919

0 commit comments

Comments
 (0)