diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 2e71299d83..f07143f50d 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -35,7 +35,7 @@ on: env: MIX_ENV: test - OTP_VERSION: "25.2.1" + OTP_VERSION: "25.3.2.8" ELIXIR_VERSION: "1.14.5" ACCOUNT_AUTH0_DOMAIN: "blockscoutcom.us.auth0.com" diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 2d09956875..65ea0100a7 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -8,7 +8,7 @@ on: required: true env: - OTP_VERSION: '25.2.1' + OTP_VERSION: '25.3.2.8' ELIXIR_VERSION: '1.14.5' jobs: diff --git a/.github/workflows/publish-docker-image-every-push.yml b/.github/workflows/publish-docker-image-every-push.yml index 25d9c3fa99..9f8ca4ef7f 100644 --- a/.github/workflows/publish-docker-image-every-push.yml +++ b/.github/workflows/publish-docker-image-every-push.yml @@ -9,7 +9,7 @@ on: - '**/README.md' - 'docker-compose/*' env: - OTP_VERSION: '25.2.1' + OTP_VERSION: '25.3.2.8' ELIXIR_VERSION: '1.14.5' RELEASE_VERSION: 6.0.0 diff --git a/.github/workflows/publish-docker-image-for-stability.yml b/.github/workflows/publish-docker-image-for-stability.yml index c14e5a6a6a..2807badc65 100644 --- a/.github/workflows/publish-docker-image-for-stability.yml +++ b/.github/workflows/publish-docker-image-for-stability.yml @@ -11,7 +11,7 @@ on: branches: - production-stability env: - OTP_VERSION: '25.2.1' + OTP_VERSION: '25.3.2.8' ELIXIR_VERSION: '1.14.5' jobs: push_to_registry: diff --git a/.github/workflows/publish-docker-image-for-suave.yml b/.github/workflows/publish-docker-image-for-suave.yml index 0f3c4ad439..41171e878d 100644 --- a/.github/workflows/publish-docker-image-for-suave.yml +++ b/.github/workflows/publish-docker-image-for-suave.yml @@ -11,7 +11,7 @@ on: branches: - production-suave env: - OTP_VERSION: '25.2.1' + OTP_VERSION: '25.3.2.8' ELIXIR_VERSION: '1.14.5' jobs: push_to_registry: diff --git a/.github/workflows/publish-docker-image-staging-on-demand.yml b/.github/workflows/publish-docker-image-staging-on-demand.yml index 090a6be9d7..1f5b957c39 100644 --- a/.github/workflows/publish-docker-image-staging-on-demand.yml +++ b/.github/workflows/publish-docker-image-staging-on-demand.yml @@ -10,7 +10,7 @@ on: - '**/README.md' - 'docker-compose/*' env: - OTP_VERSION: '25.2.1' + OTP_VERSION: '25.3.2.8' ELIXIR_VERSION: '1.14.5' RELEASE_VERSION: 6.0.0 diff --git a/.github/workflows/release-additional.yml b/.github/workflows/release-additional.yml index f0912540dc..fdb24253ec 100644 --- a/.github/workflows/release-additional.yml +++ b/.github/workflows/release-additional.yml @@ -10,7 +10,7 @@ on: types: [published] env: - OTP_VERSION: '25.2.1' + OTP_VERSION: '25.3.2.8' ELIXIR_VERSION: '1.14.5' jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ded48ce497..979b1931d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: types: [published] env: - OTP_VERSION: '25.2.1' + OTP_VERSION: '25.3.2.8' ELIXIR_VERSION: '1.14.5' jobs: diff --git a/.tool-versions b/.tool-versions index 13dabe9920..32fecf31ec 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ elixir 1.14.5-otp-25 -erlang 25.3.2.6 +erlang 25.3.2.8 nodejs 18.17.1 diff --git a/docker/Dockerfile b/docker/Dockerfile index bc8bb581b4..205a0cdfe4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM hexpm/elixir:1.14.5-erlang-24.2.2-alpine-3.18.2 AS builder +FROM hexpm/elixir:1.14.5-erlang-25.3.2.8-alpine-3.18.4 AS builder WORKDIR /app @@ -64,7 +64,7 @@ RUN mkdir -p /opt/release \ && mv _build/${MIX_ENV}/rel/blockscout /opt/release ############################################################## -FROM hexpm/elixir:1.14.5-erlang-24.2.2-alpine-3.18.2 +FROM hexpm/elixir:1.14.5-erlang-25.3.2.8-alpine-3.18.4 ARG RELEASE_VERSION ENV RELEASE_VERSION=${RELEASE_VERSION} diff --git a/docker/README.md b/docker/README.md index 03df272c4a..a1078f86a2 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,5 +1,3 @@ # BlockScout Docker Integration -This integration is not production ready, and should be used for local BlockScout deployment only. - -For usage instructions and ENV variables, see the [docker integration documentation](https://docs.blockscout.com/for-developers/information-and-settings/docker-integration-local-use-only). \ No newline at end of file +For usage instructions and ENV variables, see the [docker integration documentation](https://docs.blockscout.com/for-developers/deployment/docker-compose-deployment). \ No newline at end of file