]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile
fix(ci) try building using ubuntu 18
[github/bastienwirtz/homer.git] / Dockerfile
index 0a940d5656a15e5df9174c81c441e70a26ad0c24..422b70b75fe198f1422436221d870fb1bcf7de9d 100644 (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"