Skip to content

Commit

Permalink
Bump golang from 1.17.6-alpine3.15 to 1.17.7-alpine3.15 (#118)
Browse files Browse the repository at this point in the history
Bumps golang from 1.17.6-alpine3.15 to 1.17.7-alpine3.15.

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yevgeniy Valeyev <z.mazay@gmail.com>
  • Loading branch information
dependabot[bot] and mazay authored Feb 27, 2022
1 parent 43a4745 commit 3cd4d3b
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 @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.17.6-alpine3.15 AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.17.7-alpine3.15 AS builder
ARG RELEASE_VERSION=devel
ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 3cd4d3b

Please sign in to comment.