Merge pull request #11 from whalehub/update-dockerfile
Update NodeJS base image to 12.19
This commit is contained in:
commit
6286e38ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ RUN go get -v -t -d . && go build -o bin/neko -i cmd/neko/main.go
|
||||||
#
|
#
|
||||||
# STAGE 2: CLIENT
|
# STAGE 2: CLIENT
|
||||||
#
|
#
|
||||||
FROM node:12.18-buster-slim as client
|
FROM node:12-buster-slim as client
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue