Skip to content

Commit 594cbc9

Browse files
authored
Merge pull request #1307 from minimum2scp/fix/baseimage_20260328
baseimage, tdiary: nginx 1.28.3-2
2 parents a123cd2 + 6853b72 commit 594cbc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/baseimage/00base_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
pending 'Switched nginx package to debian.org ones'
372372
should be_installed.with_version('1.22.1-1~bullseye')
373373
}
374-
it { should be_installed.with_version('1.28.2-2') }
374+
it { should be_installed.with_version('1.28.3-2') }
375375
end
376376

377377
describe file('/etc/nginx/conf.d/misc.conf') do

spec/tdiary/00base_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
pending 'Switched nginx package to debian.org ones'
100100
should be_installed.with_version('1.22.1-1~bullseye')
101101
}
102-
it { should be_installed.with_version('1.28.2-2') }
102+
it { should be_installed.with_version('1.28.3-2') }
103103
end
104104

105105
describe file('/etc/nginx/nginx.conf') do

0 commit comments

Comments
 (0)