Skip to content

Commit

Permalink
bump base-plataform to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Jun 13, 2024
1 parent 4d88afc commit ba639cf
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ballerina/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion elixir/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion lua/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion perl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion scratch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/* \
Expand Down
2 changes: 1 addition & 1 deletion static/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ba639cf

Please sign in to comment.