Skip to content

Commit

Permalink
chore(deps): update owncloudci/golang docker tag to v1.17 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Sep 13, 2021
1 parent f78791b commit 6614e58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.16-amd64@sha256:11feb2af1e485bfdbed6e548eea842de489bbd2045efea47033715519256e34d
FROM owncloudci/golang:1.17-amd64@sha256:016a408cb4fdb7126e58fa4cb500fd9d80240741f988087933c4ba70e30fd1f3

COPY ./src /app/
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm32v7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM owncloudci/golang:1.16-arm32v7@sha256:55f65fb3ac24d30c0f6929b5b47d36e6c580d821da2f443bd48a9f1e8af18e3b
FROM owncloudci/golang:1.17-arm32v7@sha256:0cf44b16eb01d9a40ae2316533190fda7e2c359de6d83eabf133a4da0209cdf7

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.16-arm64v8@sha256:a1984fc94cd63b5304bc84fc86b9467895c40fa484421a433e42dfdb1db4a01a
FROM owncloudci/golang:1.17-arm64v8@sha256:60f1e0ee6e3f59c206640950d278e5a0c94ad4a2f3a4fc1601ea25fd7de63b6a

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

0 comments on commit 6614e58

Please sign in to comment.