Skip to content

Commit

Permalink
update forklift alpine version (#1727)
Browse files Browse the repository at this point in the history
  • Loading branch information
accenture-mikeyc authored Mar 28, 2024
1 parent c77aa56 commit 2b28b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/forklift/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM smartcitiesdata:build as builder
RUN MIX_ENV=prod mix distillery.release --name forklift

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/forklift/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Forklift.MixProject do
def project do
[
app: :forklift,
version: "0.19.26",
version: "0.19.27",
elixir: "~> 1.10",
build_path: "../../_build",
config_path: "../../config/config.exs",
Expand Down

0 comments on commit 2b28b24

Please sign in to comment.