Skip to content

Commit

Permalink
fix(worker): use gcs-unzip:v0.1.5 for shiftjis filepath (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
orisano authored Jul 20, 2023
1 parent c3d19d9 commit b0d9a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/decompressor.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ WORKDIR /app
COPY . .
RUN CGO_ENABLED=0 go build ./cmd/decompressor

FROM ghcr.io/orisano/gcs-unzip:v0.1.4
FROM ghcr.io/orisano/gcs-unzip:v0.1.5
COPY --from=build /app/decompressor /decompressor
ENTRYPOINT ["/decompressor", "/gcs-unzip"]

0 comments on commit b0d9a6f

Please sign in to comment.