Skip to content

Commit

Permalink
fix client build
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzYanick committed Jan 11, 2024
1 parent 07ec845 commit 9090253
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile.client
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM golang as builder
FROM golang:1.21.6-bookworm as builder
WORKDIR /go/src/app

RUN apt-get update && apt-get install -y \
unzip

# caching rathole
COPY scripts scripts
RUN ./scripts/download-rathole.sh
Expand Down

0 comments on commit 9090253

Please sign in to comment.