mirror of
https://github.com/AsgardEternal/SteamCMDDocker.git
synced 2025-01-06 17:39:16 -06:00
feat: update to debian bookworm
This commit is contained in:
parent
125d91c434
commit
5e7dda7fd1
@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1.4
|
# syntax=docker/dockerfile:1.4
|
||||||
|
|
||||||
FROM debian:bullseye-slim AS build
|
FROM debian:bookworm-slim AS build
|
||||||
|
|
||||||
LABEL maintainer="price@orion-technologies.io"
|
LABEL maintainer="price@orion-technologies.io"
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ apt-get install -y --no-install-suggests --no-install-recommends \
|
|||||||
curl \
|
curl \
|
||||||
lib32stdc++6 \
|
lib32stdc++6 \
|
||||||
lib32gcc-s1 \
|
lib32gcc-s1 \
|
||||||
ca-certificates=20210119 \
|
ca-certificates=20230311 \
|
||||||
dnsmasq \
|
dnsmasq \
|
||||||
git \
|
git \
|
||||||
rsync
|
rsync
|
||||||
|
Loading…
Reference in New Issue
Block a user