Skip to content

Commit

Permalink
bump erlang to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspek authored Dec 1, 2022
1 parent 6dfe0a7 commit d9726bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 24.3.4.6
erlang 25.1.2.0
elixir 1.13.4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN apk add --update --no-cache curl ca-certificates unzip wget openssl && \
chmod +x /usr/local/bin/terrascan && \
chmod +x /usr/local/bin/trivy

FROM erlang:24.3.4.6-alpine
FROM erlang:25.1.2.0-alpine

# The name of your application/release (required)
ARG APP_NAME
Expand Down

0 comments on commit d9726bf

Please sign in to comment.