Skip to content

Commit

Permalink
Update to Erlang 26.2.3 and Elixir 1.16.2 (#80)
Browse files Browse the repository at this point in the history
* Update to Erlang 26.2.1 and Elixir 1.16.0

* Update to Elixir 1.16.2

* Update to Erlang 26.2.3

* Try without --append
  • Loading branch information
drmartinberger authored Aug 29, 2024
1 parent 3303743 commit 8ce455a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sh: ## Boot to a shell prompt
setup-buildx: ## Setup a Buildx builder
@mkdir -p "$(BUILDX_CACHE_DIR)"
@if ! docker buildx ls | grep buildx-builder >/dev/null; then \
docker buildx create --append --name buildx-builder --driver docker-container --use && \
docker buildx create --name buildx-builder --driver docker-container --use && \
docker buildx inspect --bootstrap --builder buildx-builder; \
fi

Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir: 1.16.0
erlang: 26.2.1
elixir: 1.16.2
erlang: 26.2.3

0 comments on commit 8ce455a

Please sign in to comment.