Skip to content

Commit

Permalink
docker: Fetch Node.js 18 alpine image explicitly from docker.io
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Feb 19, 2024
1 parent 3003d0f commit 2d419e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder image
FROM node:18-alpine as builder
FROM docker.io/node:18-alpine as builder

RUN yarn set version stable
WORKDIR /client
Expand Down

0 comments on commit 2d419e8

Please sign in to comment.