diff --git a/ballerina/Dockerfile b/ballerina/Dockerfile index 53f289f..e7c6aa2 100644 --- a/ballerina/Dockerfile +++ b/ballerina/Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM tsuru/base-platform:20.04 +FROM tsuru/base-platform:24.04 COPY . /var/lib/tsuru/ballerina RUN set -ex \ && sudo cp /var/lib/tsuru/ballerina/deploy /var/lib/tsuru \ diff --git a/elixir/Dockerfile b/elixir/Dockerfile index 34b2bc0..07705b2 100644 --- a/elixir/Dockerfile +++ b/elixir/Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM tsuru/base-platform:20.04 +FROM tsuru/base-platform:24.04 COPY . /var/lib/tsuru/elixir RUN set -ex \ && sudo /var/lib/tsuru/elixir/install \ diff --git a/go/Dockerfile b/go/Dockerfile index 64f212b..1706813 100644 --- a/go/Dockerfile +++ b/go/Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM tsuru/base-platform:20.04 +FROM tsuru/base-platform:24.04 COPY . /var/lib/tsuru/go RUN set -ex \ && sudo /var/lib/tsuru/go/install \ diff --git a/java/Dockerfile b/java/Dockerfile index ad19111..4aec2cc 100644 --- a/java/Dockerfile +++ b/java/Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM tsuru/base-platform:20.04 +FROM tsuru/base-platform:24.04 COPY . /var/lib/tsuru/java RUN set -ex \ && sudo /var/lib/tsuru/java/install \ diff --git a/lua/Dockerfile b/lua/Dockerfile index 6e98799..79999d7 100644 --- a/lua/Dockerfile +++ b/lua/Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM tsuru/base-platform:20.04 +FROM tsuru/base-platform:24.04 COPY . /var/lib/tsuru/lua RUN set -ex \ && sudo /var/lib/tsuru/lua/install \ diff --git a/nodejs/Dockerfile b/nodejs/Dockerfile index 8c4f74a..cc707b2 100644 --- a/nodejs/Dockerfile +++ b/nodejs/Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM tsuru/base-platform:20.04 +FROM tsuru/base-platform:24.04 COPY . /var/lib/tsuru/nodejs RUN set -ex \ && /var/lib/tsuru/nodejs/install \ diff --git a/perl/Dockerfile b/perl/Dockerfile index 51333f1..fb6bdf7 100644 --- a/perl/Dockerfile +++ b/perl/Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM tsuru/base-platform:20.04 +FROM tsuru/base-platform:24.04 COPY . /var/lib/tsuru/perl RUN set -ex \ && sudo /var/lib/tsuru/perl/install \ diff --git a/php/Dockerfile b/php/Dockerfile index e330e8f..d69f201 100644 --- a/php/Dockerfile +++ b/php/Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM tsuru/base-platform:20.04 +FROM tsuru/base-platform:24.04 COPY . /var/lib/tsuru/php RUN set -ex \ && sudo /var/lib/tsuru/php/install \ diff --git a/python/Dockerfile b/python/Dockerfile index e95854e..c1feee5 100644 --- a/python/Dockerfile +++ b/python/Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM tsuru/base-platform:20.04 +FROM tsuru/base-platform:24.04 COPY ./ /var/lib/tsuru/python/ RUN set -ex \ && sudo /var/lib/tsuru/python/install \ diff --git a/ruby/Dockerfile b/ruby/Dockerfile index 8bb0a14..05fb085 100644 --- a/ruby/Dockerfile +++ b/ruby/Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM tsuru/base-platform:20.04 +FROM tsuru/base-platform:24.04 COPY . /var/lib/tsuru/ruby RUN set -ex \ && sudo /var/lib/tsuru/ruby/install \ diff --git a/scratch/Dockerfile b/scratch/Dockerfile index 7cffe49..e6f4364 100644 --- a/scratch/Dockerfile +++ b/scratch/Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM tsuru/base-platform:20.04 +FROM tsuru/base-platform:24.04 COPY . /var/lib/tsuru/scratch RUN set -ex \ && sudo rm -rf /var/lib/apt/lists/* \ diff --git a/static/Dockerfile b/static/Dockerfile index 9fcb126..1b51cbc 100644 --- a/static/Dockerfile +++ b/static/Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM tsuru/base-platform:20.04 +FROM tsuru/base-platform:24.04 COPY . /var/lib/tsuru/static RUN set -ex \ && sudo /var/lib/tsuru/static/install \