Skip to content

Commit cee8e3c

Browse files
committed
chore(imagebuilder): upgrade new require
1 parent 721f300 commit cee8e3c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

rootfs/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ FROM registry.drycc.cc/drycc/base:bullseye
33
ENV DRYCC_UID=1001 \
44
DRYCC_GID=1001 \
55
DRYCC_HOME_DIR=/home/drycc \
6-
PODMAN_VERSION="4.0.3" \
7-
MC_VERSION="2022.04.01.23.44.48" \
8-
CADDY_VERSION="2.4.6" \
9-
PACK_VERSION="0.26.0" \
6+
PODMAN_VERSION="4.2.0" \
7+
MC_VERSION="2022.08.28.20.08.11" \
8+
CADDY_VERSION="2.5.2" \
9+
PACK_VERSION="0.27.0" \
1010
GOSU_VERSION="1.14"
1111

1212
RUN groupadd drycc --gid ${DRYCC_GID} \

0 commit comments

Comments
 (0)