Skip to content

Commit

Permalink
test(deps): update dependency gleam to v1.7.0 (main) (#3888)
Browse files Browse the repository at this point in the history
test(deps): update dependency gleam to v1.7.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent 502ed2b commit c5d6fc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN install-tool flux v2.4.0
RUN install-tool git-lfs v3.6.0

# renovate: datasource=github-releases packageName=gleam-lang/gleam
RUN install-tool gleam 1.6.3
RUN install-tool gleam 1.7.0

# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
RUN install-tool golang 1.23.4
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ RUN install-tool bun 1.1.42
RUN install-tool devbox 0.13.7

# renovate: datasource=github-releases packageName=gleam-lang/gleam
RUN install-tool gleam 1.6.3
RUN install-tool gleam 1.7.0

# renovate: datasource=github-releases packageName=kubernetes/kubernetes
RUN install-tool kubectl v1.32.0
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN install-tool devbox 0.13.7
FROM base AS test-gleam

# renovate: datasource=github-releases packageName=gleam-lang/gleam
RUN install-tool gleam 1.6.3
RUN install-tool gleam 1.7.0

#--------------------------------------
# Image: docker
Expand Down

0 comments on commit c5d6fc5

Please sign in to comment.