File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM buildpack-deps:jammy@sha256:1a63cc50ec6f4f45440121af59c47f78ca390607714ac0886c1588d118526b40
1+ FROM buildpack-deps:jammy@sha256:651eae02f43ce0b7ba45d4855df2259882cc4fb8a70b16c7e052b6a2e0b9fa99
22
33# Dazzle does not rebuild a layer until one of its lines are changed. Increase this counter to rebuild this layer.
44ENV TRIGGER_REBUILD=2
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ variants:
77 RUBY_VERSION : 3.2.8
88 - name : " 3.3"
99 args :
10- RUBY_VERSION : 3.3.7
10+ RUBY_VERSION : 3.3.8
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ USER gitpod
66# Dazzle does not rebuild a layer until one of its lines are changed. Increase this counter to rebuild this layer.
77# Note that us using the actual desired version does not enforce it, it merely serves as a stamp
88# for what the latest version was when we last rebuilt the layer
9- ENV TRIGGER_REBUILD="4.4.27 "
9+ ENV TRIGGER_REBUILD="4.4.31 "
1010
1111RUN mkdir ~/.cache && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
1212ENV PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:$PATH
You can’t perform that action at this time.
0 commit comments