mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2025-12-19 05:37:43 +00:00
Update base image to node:18.15-alpine3.16 (#234)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:18.14.1-alpine3.16 as builder
|
||||
FROM node:18.15-alpine3.16 as builder
|
||||
RUN apk update && apk add --no-cache python3 make g++
|
||||
COPY . /opt/app
|
||||
WORKDIR /opt/app/
|
||||
|
||||
Reference in New Issue
Block a user