the browser-facing portion of osu!

Update to debian 12

nanaya 0ff413bf d5f8d09d

+2 -2
Dockerfile.deployment
··· 1 - FROM --platform=$BUILDPLATFORM debian:11 as buildenv 2 3 RUN apt-get update 4 RUN DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https lsb-release ca-certificates curl gnupg ··· 43 RUN yarn --prod --ignore-optional --frozen-lockfile 44 45 46 - FROM debian:11 as runenv 47 48 RUN apt-get update 49 RUN DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https lsb-release ca-certificates curl
··· 1 + FROM --platform=$BUILDPLATFORM debian:12 as buildenv 2 3 RUN apt-get update 4 RUN DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https lsb-release ca-certificates curl gnupg ··· 43 RUN yarn --prod --ignore-optional --frozen-lockfile 44 45 46 + FROM debian:12 as runenv 47 48 RUN apt-get update 49 RUN DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https lsb-release ca-certificates curl
+1 -1
Dockerfile.development
··· 1 - FROM debian:11 2 3 RUN apt-get update 4 RUN DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https lsb-release ca-certificates curl gnupg
··· 1 + FROM debian:12 2 3 RUN apt-get update 4 RUN DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https lsb-release ca-certificates curl gnupg