We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f88d96 commit be32c7dCopy full SHA for be32c7d
bench.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:bullseye
+FROM debian:12
2
RUN apt-get update -qq && apt-get install -qq -yy make curl gcc g++ patch bzip2 git unzip
3
RUN adduser --disabled-password --gecos '' --shell /bin/bash opam
4
ENV OPAMREPOSHA 26770281fa1ea8b13aab979c1dfbd326e9ab512c
master_changes.md
@@ -179,6 +179,7 @@ users)
179
## Benchmarks
180
* Add benchmarks for `opam show` [#6212 @kit-ty-kate]
181
* Add benchmarks for `OpamStd.String.split` [#6212 @kit-ty-kate]
182
+ * Upgrade the base image to Debian 12 [#6443 @kit-ty-kate]
183
184
## Reftests
185
### Tests
0 commit comments