Merge pull request #157 from useplunk/dev-driaug-openssl

Fix: Version
This commit is contained in:
Dries Augustyns
2025-02-06 20:07:17 +01:00
committed by GitHub
+2 -2
View File
@@ -1,5 +1,5 @@
# Base Stage
FROM node:20-alpine3.16 AS base
FROM node:20-alpine3.20 AS base
WORKDIR /app
@@ -13,7 +13,7 @@ RUN yarn workspace @plunk/api build
RUN yarn workspace @plunk/dashboard build
# Final Stage
FROM node:20-alpine3.16
FROM node:20-alpine3.20
WORKDIR /app