mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
update node image to the latest and most secure (#189)
Co-authored-by: Guilherme Rauen <g.rauen@cognigy.com>
This commit is contained in:
committed by
Dave Horton
parent
c11d892f0a
commit
b2363b09c1
@@ -1,4 +1,4 @@
|
|||||||
FROM --platform=linux/amd64 node:18.9.0-alpine3.16 as base
|
FROM --platform=linux/amd64 node:18.12.1-alpine3.16 as base
|
||||||
|
|
||||||
RUN apk --update --no-cache add --virtual .builds-deps build-base python3
|
RUN apk --update --no-cache add --virtual .builds-deps build-base python3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user