1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

fix(ci) try building using ubuntu 18

This commit is contained in:
Bastien Wirtz 2024-04-22 20:25:30 +02:00
parent 0740fb31b5
commit 164357c5f9

View file

@ -1,5 +1,5 @@
# build stage
FROM node:lts-alpine3.19 as build-stage
FROM node:18-alpine3.19 as build-stage
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"