Skip to content

Commit

Permalink
Update Elixir version in Dockerfile from 1.16.1 to 1.16.2 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmouritzen-splunk authored Apr 3, 2024
1 parent 64ccde2 commit 11de12d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixir:1.16.1-alpine as builder
FROM elixir:1.16.2-alpine as builder

# prepare build dir
WORKDIR /app
Expand Down Expand Up @@ -38,7 +38,7 @@ RUN mix release

# start a new build stage so that the final image will only contain
# the compiled release and other runtime necessities
FROM elixir:1.16.1-alpine
FROM elixir:1.16.2-alpine

# Set the locale
# RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
Expand Down

0 comments on commit 11de12d

Please sign in to comment.