Skip to content

Commit

Permalink
Merge pull request #135 from drmartinberger/master
Browse files Browse the repository at this point in the history
chore(Alpine + Erlang): Update to alpine 3.19.1 and erlang 26.2.3
  • Loading branch information
bitwalker authored Mar 18, 2024
2 parents 0eb1b19 + be65b23 commit 973301d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [25.0.4, 25.1.2, 26.0.1, 26.2.1]
alpine: [3.19.0]
otp: [25.1.2, 26.0.1, 26.2.1, 26.2.3]
alpine: [3.19.1]
latest: [false]
include:
- otp: 26.2.1
alpine: 3.19.0
alpine: 3.19.1
latest: true
steps:
- name: Checkout
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ setup-buildx: ## Setup a Buildx builder
@if ! docker buildx ls | grep buildx-builder >/dev/null; then \
docker buildx create \
--buildkitd-flags '--allow-insecure-entitlement security.insecure' \
--append \
--name buildx-builder \
--driver docker-container \
--use && \
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 26.2.1
alpine 3.19.0
erlang 26.2.3
alpine 3.19.1

0 comments on commit 973301d

Please sign in to comment.