Skip to content

Commit

Permalink
update elixir (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianberlin authored Mar 11, 2024
1 parent ee08c29 commit c2f43cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 26.0
elixir 1.14.5-otp-26
erlang 26.2.3
elixir 1.16.2-otp-26
19 changes: 3 additions & 16 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
# Find eligible builder and runner images on Docker Hub. We use Ubuntu/Debian
# instead of Alpine to avoid DNS resolution issues in production.
#
# https://hub.docker.com/r/hexpm/elixir/tags?page=1&name=ubuntu
# https://hub.docker.com/_/ubuntu?tab=tags
#
# This file is based on these images:
#
# - https://hub.docker.com/r/hexpm/elixir/tags - for the build image
# - https://hub.docker.com/_/debian?tab=tags&page=1&name=bullseye-20230227-slim - for the release image
# - https://pkgs.org/ - resource for finding needed packages
# - Ex: hexpm/elixir:1.14.5-erlang-26.0-debian-bullseye-20230227-slim
#
ARG ELIXIR_VERSION=1.14.5
ARG OTP_VERSION=26.0
ARG DEBIAN_VERSION=bullseye-20230227-slim
ARG ELIXIR_VERSION=1.16.2
ARG OTP_VERSION=26.2.3
ARG DEBIAN_VERSION=bullseye-20240130-slim

ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
Expand Down
5 changes: 4 additions & 1 deletion lib/brian_web/live/home_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ defmodule BrianWeb.HomeLive do
</a>
</li>
<li>
<a href="https://web.archive.org/web/20210801113025/https://revelry.co/resources/team/brian-berlin/" target="_blank">
<a
href="https://web.archive.org/web/20210801113025/https://revelry.co/resources/team/brian-berlin/"
target="_blank"
>
Get to Know Brian Berlin: Dad, Amateur Car Racer, and Software Engineer
</a>
</li>
Expand Down

0 comments on commit c2f43cd

Please sign in to comment.