Skip to content

Commit 8785fe4

Browse files
fix: fix proxy-cache URL (#3537)
1 parent ce8bdc3 commit 8785fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalyst-gateway/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ all-hosts-build:
111111

112112
# package : Create a deployable container for catalyst-gateway
113113
package:
114-
FROM ${REGISTRY}/debian:trixie-slim
114+
FROM ${REGISTRY}/library/debian:trixie-slim
115115

116116
WORKDIR /app
117117
RUN apt-get update && apt-get install -y curl python3 python3-pip

0 commit comments

Comments
 (0)