Skip to content

Commit

Permalink
golang:1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Dec 4, 2023
1 parent 40b36dc commit 61252bb
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,6 +1,6 @@

# https://hub.docker.com/_/golang/tags
FROM golang:1.21.3 as build
FROM golang:1.21.4 as build
WORKDIR /root/
RUN apt update
RUN apt -y -q install xz-utils
Expand All @@ -21,7 +21,7 @@ RUN ls -l -a


# https://hub.docker.com/_/alpine/tags
FROM alpine:3.18.4
FROM alpine:3.18.5
RUN apk add --no-cache tzdata
RUN apk add --no-cache gcompat && ln -s -f -v ld-linux-x86-64.so.2 /lib/libresolv.so.2
RUN mkdir -p /opt/tgzebot/
Expand Down

0 comments on commit 61252bb

Please sign in to comment.