Skip to content

Commit

Permalink
test(deps): update golang docker tag to v1.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 7, 2022
1 parent 251cdb6 commit 56f9810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.bionic
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN install-tool erlang 22.3.2
RUN install-tool elixir 1.13.1

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.17.5
RUN install-tool golang 1.17.6

# renovate: datasource=github-releases lookupName=helm/helm
RUN install-tool helm v3.7.2
Expand Down
2 changes: 1 addition & 1 deletion test/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /test
FROM build as testa

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.17.5
RUN install-tool golang 1.17.6

USER 1000

Expand Down

0 comments on commit 56f9810

Please sign in to comment.