build: use bullseye as target build
This commit is contained in:
parent
007320cfbc
commit
0577a59e6b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
FROM node:22-alpine AS base
|
||||
RUN apk add --no-cache bash libpq openssl ca-certificates
|
||||
FROM node:22-bullseye AS base
|
||||
RUN apt install openssl ca-certificates
|
||||
|
||||
WORKDIR /lamassu-server
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue