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