build: use bullseye as target build

This commit is contained in:
Rafael Taranto 2025-05-29 07:32:51 +01:00
parent 007320cfbc
commit 0577a59e6b

View file

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