update-sqlx #18

Merged
realaravinth merged 3 commits from update-sqlx into master 2023-10-17 22:48:41 +05:30
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 43dc36554d - Show all commits

View file

@ -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

View file

@ -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/