Skip to content

Commit 8484ea6

Browse files
committed
chore(registry): upgrade codename to bookworm
1 parent c36c053 commit 8484ea6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ RUN export GO111MODULE=on \
77
&& upx -9 --brute /usr/local/bin/registry
88

99

10-
FROM registry.drycc.cc/drycc/base:bullseye
10+
FROM registry.drycc.cc/drycc/base:bookworm
1111

1212
ENV DRYCC_UID=1001 \
1313
DRYCC_GID=1001 \
1414
DRYCC_HOME_DIR=/var/lib/registry \
1515
JQ_VERSION="1.6" \
16-
MC_VERSION="2022.08.28.20.08.11" \
17-
REGISTRY_VERSION="2.8.0"
16+
MC_VERSION="2023.06.15.15.08.26" \
17+
REGISTRY_VERSION="2.8.2"
1818

1919
COPY rootfs/bin/ /bin/
2020
COPY --from=build /usr/local/bin/registry /opt/registry/bin/registry

0 commit comments

Comments
 (0)