7
Some checks failed
Publish Docker Images / docker (push) Failing after 21s

This commit is contained in:
Lee 2023-11-16 13:20:30 +00:00
parent 5d63563c01
commit 6675dc18f1
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
FROM node:18-alpine AS base
FROM fascinated/docker-images:node-pnpm-latest AS base
# The web Dockerfile is copy-pasted into our main docs at /docs/handbook/deploying-with-docker.
# Make sure you update this Dockerfile, the Dockerfile in the web workspace and copy that over to Dockerfile in the docs.

@ -1,4 +1,4 @@
FROM node:18-alpine AS base
FROM fascinated/docker-images:node-pnpm-latest AS base
# The web Dockerfile is copy-pasted into our main docs at /docs/handbook/deploying-with-docker.
# Make sure you update this Dockerfile, the Dockerfile in the web workspace and copy that over to Dockerfile in the docs.