summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-09-18 17:28:48 +0000
committerMark Felder <feld@feld.me>2024-09-18 17:28:53 +0000
commit1bd28e7d592b429c5eee072db8d1f2ae77d76e29 (patch)
tree2b52216d964852635dea82afe7a87f886768d41b
parent7e303600fb2914ab66fe54a8022ddc65ff93edf5 (diff)
downloadpleroma-1bd28e7d592b429c5eee072db8d1f2ae77d76e29.tar.gz
pleroma-1bd28e7d592b429c5eee072db8d1f2ae77d76e29.zip
CI script to build and publish an image for Elixir 1.14
-rw-r--r--ci/elixir-1.14.5-otp-25/Dockerfile (renamed from ci/elixir-1.13.4-otp-25/Dockerfile)2
-rwxr-xr-xci/elixir-1.14.5-otp-25/build_and_push.sh (renamed from ci/elixir-1.13.4-otp-25/build_and_push.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/elixir-1.13.4-otp-25/Dockerfile b/ci/elixir-1.14.5-otp-25/Dockerfile
index 25a1639e8..3a35c84c3 100644
--- a/ci/elixir-1.13.4-otp-25/Dockerfile
+++ b/ci/elixir-1.14.5-otp-25/Dockerfile
@@ -1,4 +1,4 @@
-FROM elixir:1.13.4-otp-25
+FROM elixir:1.14.5-otp-25
# Single RUN statement, otherwise intermediate images are created
# https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run
diff --git a/ci/elixir-1.13.4-otp-25/build_and_push.sh b/ci/elixir-1.14.5-otp-25/build_and_push.sh
index b8ca1d24d..912c47d0c 100755
--- a/ci/elixir-1.13.4-otp-25/build_and_push.sh
+++ b/ci/elixir-1.14.5-otp-25/build_and_push.sh
@@ -1 +1 @@
-docker buildx build --platform linux/amd64,linux/arm64 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.13.4-otp-25 --push .
+docker buildx build --platform linux/amd64,linux/arm64 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.14.5-otp-25 --push .