Skip to content

Commit b7ebf0c

Browse files
committed
Update package explicitly
As ruby:3.2-slim-bookworm parent base image is not synced to recent point release yet, so Explicitly update it. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 1480d1e commit b7ebf0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.template.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN apt-get update \
101101
make gcc g++ libc-dev \
102102
wget bzip2 gnupg dirmngr \
103103
" \
104+
&& apt-get -V -y upgrade \
104105
&& apt-get install -y --no-install-recommends $buildDeps \
105106
<% end %>
106107
&& echo 'gem: --no-document' >> /etc/gemrc \

0 commit comments

Comments
 (0)