Skip to content

Commit b380dba

Browse files
committed
chore(imagebuilder): upgrade stack
1 parent 6bef61c commit b380dba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rootfs/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ FROM docker.io/drycc/base:bullseye
33
ENV DRYCC_UID=1001 \
44
DRYCC_GID=1001 \
55
DRYCC_HOME_DIR=/home/drycc \
6-
PODMAN_VERSION="4.0.2" \
7-
MC_VERSION="2022.02.26.03.58.31" \
6+
PODMAN_VERSION="4.0.3" \
7+
MC_VERSION="2022.04.01.23.44.48" \
88
CADDY_VERSION="2.4.6" \
9-
PACK_VERSION="0.24.0" \
9+
PACK_VERSION="0.24.1" \
1010
GOSU_VERSION="1.14"
1111

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

0 commit comments

Comments
 (0)