Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion containers/proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build stage — compile paude-proxy from source
FROM golang:1.23 AS builder
WORKDIR /app
ARG PAUDE_PROXY_VERSION=2b868f8740185df6912a009030a9d60c9ccc1f83
ARG PAUDE_PROXY_VERSION=e990bd7c854ee6b34d7db9ecb5c3646cd361f9bd
RUN git init . && \
git fetch --depth 1 https://github.com/bbrowning/paude-proxy.git ${PAUDE_PROXY_VERSION} && \
git checkout FETCH_HEAD && \
Expand Down