Skip to content

Commit

Permalink
update alpine from 3.16.0 to 3.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
accenture-mikeyc committed Mar 27, 2024
1 parent b065d88 commit 11c83ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/andi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN cd apps/andi/assets/ && \
mix cmd --app andi mix do compile, phx.digest
RUN MIX_ENV=prod mix distillery.release --name andi

FROM hexpm/elixir:1.10.4-erlang-23.2.7.5-alpine-3.16.0
FROM hexpm/elixir:1.10.4-erlang-23.2.7.5-alpine-3.16.9
ENV HOME=/opt/app
ENV REPLACE_OS_VARS=true
WORKDIR ${HOME}
Expand Down
2 changes: 1 addition & 1 deletion apps/andi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Andi.MixProject do
def project do
[
app: :andi,
version: "2.7.8",
version: "2.7.9",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down

0 comments on commit 11c83ac

Please sign in to comment.