Skip to content

Commit c357c75

Browse files
committed
chore(imagebuilder): upgrade stack version
1 parent 0a34e83 commit c357c75

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

rootfs/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ 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.2.0" \
6+
PODMAN_VERSION="4.5.1" \
77
MC_VERSION="2022.08.28.20.08.11" \
8-
CADDY_VERSION="2.5.2" \
9-
PACK_VERSION="0.27.0" \
10-
GOSU_VERSION="1.14"
8+
CADDY_VERSION="2.6.4" \
9+
PACK_VERSION="0.29.0" \
10+
GOSU_VERSION="1.16"
1111

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

rootfs/imagebuilder/build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ else
119119
--publish \
120120
--cache-image ${image_cache_name} \
121121
--tag ${image_latest_name} \
122+
--default-process web \
122123
--network host"
123124
if [[ $log_level == "debug" ]] ; then
124125
pack_build="$pack_build --verbose"

0 commit comments

Comments
 (0)