Skip to content

Commit

Permalink
set platform to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Jun 14, 2024
1 parent dddcefd commit 4fd28c0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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:24.04
FROM tsuru/base-platform:22.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:24.04
FROM tsuru/base-platform:22.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:24.04
FROM tsuru/base-platform:22.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:24.04
FROM tsuru/base-platform:22.04
COPY . /var/lib/tsuru/java
RUN set -ex \
&& sudo /var/lib/tsuru/java/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:24.04
FROM tsuru/base-platform:22.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:24.04
FROM tsuru/base-platform:22.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:24.04
FROM tsuru/base-platform:22.04
COPY . /var/lib/tsuru/php
RUN set -ex \
&& sudo /var/lib/tsuru/php/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:24.04
FROM tsuru/base-platform:22.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:24.04
FROM tsuru/base-platform:22.04
COPY . /var/lib/tsuru/static
RUN set -ex \
&& sudo /var/lib/tsuru/static/install \
Expand Down
2 changes: 1 addition & 1 deletion tests/lua/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ load 'bats-assert-master/load'
}

@test "install luarocks" {
luarocks --help | grep LuaRocks | grep "a module deployment system for Lua"
luarocks --help | grep LuaRocks | grep "the Lua package manager"
}

0 comments on commit 4fd28c0

Please sign in to comment.