Skip to content

Commit 5f10453

Browse files
committed
fix: bump builder image to Elixir 1.19.4 / OTP 28
OTP 26's TLS stack causes auth.tesla.com to issue Fleet-API-scoped access tokens on refresh, which owner-api.teslamotors.com rejects with 403 "forbidden, see https://developer.tesla.com/docs/fleet-api". Bumping to OTP 28 results in Owner-API-scoped tokens as before.
1 parent c1ce893 commit 5f10453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM elixir:1.19.5-otp-26 AS builder
1+
FROM elixir:1.19.4-otp-28 AS builder
22

33
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
44

0 commit comments

Comments
 (0)