Skip to content

Commit

Permalink
golang:1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Aug 25, 2023
1 parent 68833b1 commit b8655c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.4-bullseye as build
FROM golang:1.21.0 as build
WORKDIR /root/
RUN apt update
RUN apt -y -q install xz-utils
Expand Down Expand Up @@ -27,3 +27,4 @@ COPY --from=build /root/tgzebot/tgzebot /opt/tgzebot/tgzebot
RUN ls -l -a /opt/tgzebot/
WORKDIR /opt/tgzebot/
ENTRYPOINT ["./tgzebot"]

0 comments on commit b8655c3

Please sign in to comment.