fix: upgrade docker img
This commit is contained in:
parent
d4d08e9d9a
commit
43dc36554d
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ pipeline:
|
|||
- GIT_HASH=8e77345f1597e40c2e266cb4e6dee74888918a61 # dummy value
|
||||
- OPEN_API_DOCS=8e77345f1597e40c2e266cb4e6dee74888918a61
|
||||
- COMPILED_DATE=2021-07-21
|
||||
- NODE_MAJOR=19
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y ca-certificates curl gnupg tar wget
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.11-bookworm-slim as frontend
|
||||
FROM node:18-bookworm-slim as frontend
|
||||
LABEL org.opencontainers.image.source https://github.com/mCaptcha/survey
|
||||
RUN apt-get update && apt-get install -y make
|
||||
COPY package.json yarn.lock /src/
|
||||
|
|
Loading…
Reference in a new issue