mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Pin docker images
This commit is contained in:
parent
733887744d
commit
9f5380b7a8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:24 as builder
|
FROM node:24-bookworm as builder
|
||||||
|
|
||||||
ENV CI=true
|
ENV CI=true
|
||||||
|
|
||||||
|
|
@ -18,7 +18,7 @@ COPY . .
|
||||||
RUN npm --no-git-tag-version version 1.0.0 --allow-same-version
|
RUN npm --no-git-tag-version version 1.0.0 --allow-same-version
|
||||||
RUN npm pack
|
RUN npm pack
|
||||||
|
|
||||||
FROM mcr.microsoft.com/devcontainers/javascript-node as runner
|
FROM mcr.microsoft.com/devcontainers/javascript-node:22-bookworm as runner
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue