Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent cab039d commit d96031e
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 @@ -69,7 +69,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.2
RUN install-tool gleam 1.6.3

# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
RUN install-tool golang 1.23.3
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ RUN install-tool bazelisk v1.24.1
RUN install-tool bun 1.1.38

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

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

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

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

0 comments on commit d96031e

Please sign in to comment.