Erlang 24 (#31)

This commit is contained in:
Sergey Yelin 2021-08-17 12:54:24 +03:00 committed by GitHub
parent c114fc51a7
commit 83eb76031e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
SERVICE_NAME := service-erlang SERVICE_NAME := service-erlang
BASE_IMAGE_NAME := library/erlang BASE_IMAGE_NAME := library/erlang
BASE_IMAGE_TAG := 23.3.4.3-slim BASE_IMAGE_TAG := 24.0.5.0-slim
ERLANG_VERSION := $(subst -slim,,${BASE_IMAGE_TAG}) ERLANG_VERSION := $(subst -slim,,${BASE_IMAGE_TAG})
UTILS_PATH := build_utils UTILS_PATH := build_utils