We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63757ec commit 3b10fa3Copy full SHA for 3b10fa3
inst/Docker/ubuntu_ssp/Dockerfile
@@ -27,7 +27,9 @@ ARG EXTRA_BASE_TAG=
27
RUN apt-get install -y gdebi-core && \
28
case "${RELEASE}" in \
29
xenial) AWS_BUILD_MACHINE=ubuntu-16.04 ;; \
30
- *) AWS_BUILD_MACHINE=ubuntu-18.04 ;; \
+ bionic) AWS_BUILD_MACHINE=ubuntu-18.04 ;; \
31
+ focal) AWS_BUILD_MACHINE=ubuntu-20.04 ;; \
32
+ *) AWS_BUILD_MACHINE=ubuntu-22.04 ;; \
33
esac && \
34
wget --no-verbose "https://s3.amazonaws.com/rstudio-shiny-server-pro-build/${AWS_BUILD_MACHINE}/x86_64/VERSION" -O "version.txt" && \
35
VERSION=$(cat version.txt) && \
0 commit comments