Skip to content

Commit

Permalink
docker-machine v0.16.2-gitlab.27-t2d.6 to address
Browse files Browse the repository at this point in the history
https://go.dev/doc/devel/release#go1.21.minor

go1.21.12 (released 2024-07-02) includes security fixes to the net/http
package, as well as bug fixes to the compiler, the go command, the runtime,
and the crypto/x509, net/http, net/netip, and os packages. See the Go
1.21.12 milestone on our issue tracker for details.
  • Loading branch information
kaosagnt committed Jul 25, 2024
1 parent 66a5880 commit 5a83f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

WORKDIR /go/src/github.com/kaosagnt

ENV DM_VER 0.16.2-gitlab.26-t2d.6
ENV DM_VER 0.16.2-gitlab.27-t2d.6

RUN wget -O docker-machine.tgz \
"https://github.com/kaosagnt/docker-machine/archive/v${DM_VER}.tar.gz" \
Expand Down

0 comments on commit 5a83f14

Please sign in to comment.