File tree Expand file tree Collapse file tree 6 files changed +22
-2
lines changed Expand file tree Collapse file tree 6 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 69
69
with :
70
70
file : ./${{ matrix.os }}.dockerfile
71
71
context : .
72
+ provenance : false
73
+ sbom : false
72
74
platforms : linux/amd64
73
75
cache-from : type=gha
74
76
cache-to : type=gha,mode=max
@@ -128,6 +130,8 @@ jobs:
128
130
with :
129
131
file : ./${{ matrix.os }}.dockerfile
130
132
context : .
133
+ provenance : false
134
+ sbom : false
131
135
platforms : linux/amd64,linux/arm64
132
136
cache-from : type=gha
133
137
cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change 58
58
with :
59
59
file : ./${{ matrix.os }}.dockerfile
60
60
context : .
61
+ provenance : false
62
+ sbom : false
61
63
platforms : linux/amd64
62
64
cache-from : type=gha
63
65
cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change 73
73
with :
74
74
file : ./${{ matrix.os }}.dockerfile
75
75
context : .
76
+ provenance : false
77
+ sbom : false
76
78
platforms : linux/amd64
77
79
cache-from : type=gha
78
80
cache-to : type=gha,mode=max
@@ -132,6 +134,8 @@ jobs:
132
134
with :
133
135
file : ./${{ matrix.os }}.dockerfile
134
136
context : .
137
+ provenance : false
138
+ sbom : false
135
139
platforms : linux/amd64,linux/arm64
136
140
cache-from : type=gha
137
141
cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change @@ -17,6 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- Deprecated
18
18
- Removed -->
19
19
20
+ ## [ v1.2.0] - 2023-02-06
21
+
22
+ ### All Changes
23
+
24
+ - Updated [ Alpine] ( https://www.alpinelinux.org/ ) base image from ` v3.17.0 ` to ` v3.17.1 ` (still Ruby ` v3.1.3 ` ).
25
+ - Updated Debian Ruby base image from ` v3.1.3-slim-bullseye ` to ` v3.2.0-slim-bullseye ` .
26
+ - Updated [ libxml-ruby] ( https://github.com/xml4r/libxml-ruby ) Gem from ` v3.2.4 ` to ` v4.0.0 ` .
27
+ - Updated [ async-http] ( https://github.com/socketry/async-http ) Gem from ` v0.59.3 ` to ` v0.60.1 ` .
28
+ - Updated [ oj] ( https://github.com/ohler55/oj ) from ` v3.13.23 ` to ` v3.14.1 ` .
29
+
20
30
## [ v1.1.0] - 2022-12-07
21
31
22
32
### All Changes
Original file line number Diff line number Diff line change 1
- FROM alpine:3.17.1
1
+ FROM alpine:3.17.1@sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
2
2
3
3
ENV FLUENTD_DISABLE_BUNDLER_INJECTION="1"
4
4
Original file line number Diff line number Diff line change 1
- FROM ruby:3.2.0-slim-bullseye
1
+ FROM ruby:3.2.0-slim-bullseye@sha256:f2f2747508c05c6e0b21fc015ef7f0f577e6f644ffc450350d67b85995c23dd5
2
2
3
3
ENV FLUENTD_DISABLE_BUNDLER_INJECTION="1"
4
4
You can’t perform that action at this time.
0 commit comments