Skip to content

Commit fde4bed

Browse files
Bump node from 16-alpine3.15 to 19-alpine3.15
Bumps node from 16-alpine3.15 to 19-alpine3.15. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f25d6e3 commit fde4bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ovpn-admin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine3.15 AS frontend-builder
1+
FROM node:19-alpine3.15 AS frontend-builder
22
COPY ../frontend /app
33
RUN apk add --update python3 make g++ && cd /app && npm install && npm run build
44

0 commit comments

Comments
 (0)