Skip to content

Commit

Permalink
fix(ci) revert base image to apine 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienwirtz committed Apr 22, 2024
1 parent 63aa567 commit cbe593a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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:lts-alpine3.18 as build-stage

WORKDIR /app

Expand All @@ -10,7 +10,7 @@ COPY . .
RUN yarn build

# production stage
FROM alpine:3.19
FROM alpine:3.18

ENV GID 1000
ENV UID 1000
Expand Down

0 comments on commit cbe593a

Please sign in to comment.