Skip to content

Commit dae3b51

Browse files
Merge branch 'main' into autofix-update-lang-rust-704
2 parents ace13ec + 3664ef9 commit dae3b51

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
44
ENV TRIGGER_REBUILD=2

chunks/lang-ruby/chunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

chunks/tool-brew/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1111
RUN mkdir ~/.cache && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
1212
ENV PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:$PATH

0 commit comments

Comments
 (0)