Skip to content

Commit

Permalink
chore(deps): bump library/golang from 1.21.1 to 1.21.3 in /test/remote (
Browse files Browse the repository at this point in the history
argoproj#15892)

Bumps library/golang from 1.21.1 to 1.21.3.

---
updated-dependencies:
- dependency-name: library/golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Smriti Prakash <[email protected]>
  • Loading branch information
dependabot[bot] authored and Smriti Prakash committed Oct 12, 2023
1 parent 66c6750 commit dcef570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/remote/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE=docker.io/library/ubuntu:22.04

FROM docker.io/library/golang:1.21.1@sha256:2270a408c4cb38f8459839082d89afa4a2870773c509adf7641e9558167d0030 AS go
FROM docker.io/library/golang:1.21.3@sha256:02d7116222536a5cf0fcf631f90b507758b669648e0f20186d2dc94a9b419a9b AS go

RUN go install github.com/mattn/goreman@latest && \
go install github.com/kisielk/godepgraph@latest
Expand Down

0 comments on commit dcef570

Please sign in to comment.