Update file Dockerfile

This commit is contained in:
2024-03-27 08:05:55 +00:00
parent bf5a4dd215
commit 4861f6bc1a

View File

@@ -1,6 +1,6 @@
FROM ghcr.io/coder/coder:latest as base FROM ghcr.io/coder/coder:latest as base
FROM dockerproxy.com/library/python:3.10-alpine3.14 as replacer FROM python:3.10-alpine3.14 as replacer
COPY --from=base /opt/coder /coder COPY --from=base /opt/coder /coder