Skip to content

Commit

Permalink
chore(deps): update owncloudci/golang docker tag to v1.20 (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 3, 2023
1 parent de486e1 commit fbf8b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM owncloudci/golang:1.19-amd64@sha256:202ef1bd75566e0ef1f4118bdae961190fe7c967c1062c4b4e67a87c7a233583
FROM owncloudci/golang:1.20-amd64@sha256:d3554d2f0d8f71ca0b1d0872d0ebfaeb327d0288fbe508d5466212c7a3801aff

COPY ./src /app/
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm64v8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM owncloudci/golang:1.19-arm64v8@sha256:2bc17de777e868a06fba72ecaf7787203381723b9227b1d0a784a12cc3777b28
FROM owncloudci/golang:1.20-arm64v8@sha256:cc1bfe088e10e300504d1dc7750c6bb8f12a370c6782df6a101bec52755f6fbb

COPY ./src /app/
WORKDIR /app
Expand Down

0 comments on commit fbf8b9c

Please sign in to comment.