Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 1f0f4ab commit 8296600
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.1

# renovate: datasource=github-releases packageName=gleam-lang/gleam
RUN install-tool gleam 1.8.0
RUN install-tool gleam 1.8.1

# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
RUN install-tool golang 1.23.6
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.2.2
RUN install-tool devbox 0.13.7

# renovate: datasource=github-releases packageName=gleam-lang/gleam
RUN install-tool gleam 1.8.0
RUN install-tool gleam 1.8.1

# renovate: datasource=github-releases packageName=kubernetes/kubernetes
RUN install-tool kubectl v1.32.1
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.8.0
RUN install-tool gleam 1.8.1

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

0 comments on commit 8296600

Please sign in to comment.