Bump elixir/otp (#1021)

This commit is contained in:
Jamil
2022-10-13 20:55:27 -07:00
committed by GitHub
parent d963929c07
commit 2735a98540
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# This Dockerfile builds a development image to use for local development work
FROM firezone/elixir:1.14.0-otp-25.1
FROM firezone/elixir:1.14.1-otp-25.1.1
# Install dev dependencies / convenience tools
RUN apk add \

View File

@@ -1,5 +1,5 @@
ARG ELIXIR_VERSION=1.14.0
ARG OTP_VERSION=25.1
ARG ELIXIR_VERSION=1.14.1
ARG OTP_VERSION=25.1.1
ARG ALPINE_VERSION=3.16.2
ARG BUILDER_IMAGE="firezone/elixir:${ELIXIR_VERSION}-otp-${OTP_VERSION}"