Skip to content

Commit c99726e

Browse files
committed
Update app version and Docker base image
1 parent 957c61a commit c99726e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
ARG ELIXIR_VERSION
1616
ARG OTP_VERSION
17-
ARG UBUNTU_VERSION=jammy-20230126
17+
ARG UBUNTU_VERSION=jammy-20240808
1818

1919
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-ubuntu-${UBUNTU_VERSION}"
2020
ARG RUNNER_IMAGE="ubuntu:${UBUNTU_VERSION}"
@@ -98,4 +98,4 @@ COPY --from=builder --chown=nobody:root /app/_build/${MIX_ENV}/rel/turbo ./
9898

9999
USER nobody
100100

101-
CMD ["./entrypoint.sh"]
101+
CMD ["./entrypoint.sh"]

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Turbo.MixProject do
55
[
66
app: :turbo,
77
name: "Turbo Racer",
8-
version: "1.6.1",
8+
version: "2.0.0",
99
elixir: "~> 1.17",
1010
elixirc_paths: elixirc_paths(Mix.env()),
1111
compilers: Mix.compilers(),

0 commit comments

Comments
 (0)