diff --git a/Dockerfile b/Dockerfile index 410574e..150adb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN npm i RUN npm run build -FROM forgejo.neshweb.net/firq/website-serve-docker:latest AS runtime +FROM forgejo.neshweb.net/ci-docker-images/website-serve-docker:latest AS runtime COPY --from=build /app/dist /public COPY --from=build /app/serve.json /public/serve.json diff --git a/package.json b/package.json index 4f4468c..405e4fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fgo-ta-com-website", "type": "module", - "version": "0.1.3", + "version": "0.1.4", "scripts": { "dev": "astro dev", "start": "astro dev",