Skip to content

Commit 8393f97

Browse files
authored
chore: update to gosu 1.19 for OSS 2.8
chore: update to gosu 1.19 for OSS 2.8
2 parents ac3b314 + 594303b commit 8393f97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

influxdb/2.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN groupadd -r influxdb --gid=1000 && \
2929
useradd -r -g influxdb --uid=1000 --create-home --home-dir=/home/influxdb --shell=/bin/bash influxdb
3030

3131
# Install gosu for easy step-down from root
32-
ENV GOSU_VER=1.16
32+
ENV GOSU_VER=1.19
3333
RUN case "$(dpkg --print-architecture)" in \
3434
*amd64) arch=amd64 ;; \
3535
*arm64) arch=arm64 ;; \

0 commit comments

Comments
 (0)