Skip to content

Commit

Permalink
Update Dockerfile 1.20.5-buster
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory authored Nov 24, 2024
1 parent ff5fd6f commit c9ffe1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18-buster as build
FROM golang:1.20.5-buster as build
WORKDIR /build
RUN apt-get update && \
apt-get install --no-install-recommends -y \
Expand All @@ -21,4 +21,4 @@ RUN echo "Building tags/v$VERSION..." \
FROM debian:buster
COPY --from=build /build/csc/build/bin /bin

ENTRYPOINT ["cetd"]
ENTRYPOINT ["cetd"]

0 comments on commit c9ffe1d

Please sign in to comment.