Update serverless.yml and docker-compose.yml for jammy

This commit is contained in:
Greg Lin 2022-02-04 12:40:45 -06:00
commit ac8d54d878

View file

@ -34,6 +34,17 @@ services:
image: r-builds:ubuntu-2004
volumes:
- ./integration/tmp:/tmp/output
ubuntu-2204:
command: ./build.sh
environment:
- R_VERSION=${R_VERSION}
- LOCAL_STORE=/tmp/output
build:
context: .
dockerfile: Dockerfile.ubuntu-2204
image: r-builds:ubuntu-2204
volumes:
- ./integration/tmp:/tmp/output
debian-9:
command: ./build.sh
environment: