Skip to content

Commit

Permalink
Merge pull request #1089 from minimum2scp/fix/nginx_1.24.0-2
Browse files Browse the repository at this point in the history
baseimage, tdiary: nginx 1.24.0-2
  • Loading branch information
minimum2scp authored Oct 22, 2023
2 parents 0f777b1 + 0914a28 commit 4153e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/baseimage/00base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
pending 'Switched nginx package to debian.org ones'
should be_installed.with_version('1.22.1-1~bullseye')
}
it { should be_installed.with_version('1.24.0-1') }
it { should be_installed.with_version('1.24.0-2') }
end

describe file('/etc/nginx/conf.d/misc.conf') do
Expand Down
2 changes: 1 addition & 1 deletion spec/tdiary/00base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
pending 'Switched nginx package to debian.org ones'
should be_installed.with_version('1.22.1-1~bullseye')
}
it { should be_installed.with_version('1.24.0-1') }
it { should be_installed.with_version('1.24.0-2') }
end

describe file('/etc/nginx/nginx.conf') do
Expand Down

0 comments on commit 4153e52

Please sign in to comment.