Skip to content

Commit c8827dd

Browse files
committed
chore(imagebuilder): bump new version
1 parent 4f9b695 commit c8827dd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

rootfs/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ ENV DRYCC_UID=1001 \
55
DRYCC_GID=1001 \
66
DRYCC_HOME_DIR=/home/drycc \
77
JQ_VERSION="1.7.1" \
8-
YQ_VERSION="4.46.1" \
9-
PODMAN_VERSION="5.5.2" \
10-
MC_VERSION="2025.07.16.15.35.03" \
11-
CADDY_VERSION="2.10.0" \
8+
YQ_VERSION="4.47.2" \
9+
PODMAN_VERSION="5.6.1" \
10+
MC_VERSION="2025.08.13.08.35.41" \
11+
CADDY_VERSION="2.10.2" \
1212
PACK_VERSION="0.38.2" \
13-
GOSU_VERSION="1.17"
13+
GOSU_VERSION="1.18"
1414

1515
RUN groupadd drycc --gid ${DRYCC_GID} \
1616
&& useradd drycc -u ${DRYCC_UID} -g ${DRYCC_GID} -s /bin/bash -m -d ${DRYCC_HOME_DIR}

0 commit comments

Comments
 (0)