Skip to content

Commit

Permalink
fix(ci) try building using ubuntu 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienwirtz committed Apr 22, 2024
1 parent 0740fb3 commit 164357c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 164357c

Please sign in to comment.