Skip to content

Commit 3afaad8

Browse files
authored
chore(deps): update golang docker tag to v1.25 (#1324)
1 parent 1cff4fa commit 3afaad8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

taskcluster/docker/skopeo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
FROM golang:1.14 as skopeo
5+
FROM golang:1.25@sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 as skopeo
66

77
WORKDIR /go/src/
88
RUN ["/usr/bin/git", "clone", "--no-checkout", "--depth=1", "--branch=v1.1.0", "https://github.com/containers/skopeo", "."]
@@ -15,7 +15,7 @@ RUN ["/usr/local/go/bin/go", "build", \
1515
"./cmd/skopeo"]
1616

1717

18-
FROM golang:1.14 as umoci
18+
FROM golang:1.25@sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 as umoci
1919

2020
WORKDIR /go/src/
2121
RUN ["/usr/bin/git", "clone", "--no-checkout", "--depth=1", "--branch=v0.4.6", "https://github.com/opencontainers/umoci", "."]

0 commit comments

Comments
 (0)