Skip to content

Commit

Permalink
go 1.22.4 + alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Jun 7, 2024
1 parent c9a827b commit dbd19a6
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.22.3 as build
FROM golang:1.22.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.19.1
FROM alpine:3.20.0
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 dbd19a6

Please sign in to comment.