mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Updated node alpine image from 8 to 10.
This commit is contained in:
parent
60304e5a46
commit
584a200bf0
@ -12,7 +12,7 @@
|
|||||||
# and clean up the web/ source code
|
# and clean up the web/ source code
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
FROM node:8-alpine AS app-builder
|
FROM node:10-alpine AS app-builder
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
autoconf \
|
autoconf \
|
||||||
|
Loading…
Reference in New Issue
Block a user