Skip to content

Commit f3ab68f

Browse files
committed
chore(deps): update alpine base image to 3.22.1 (#291)
Signed-off-by: Niladri Halder <[email protected]>
1 parent c4e02da commit f3ab68f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildscripts/provisioner-localpv/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#See the License for the specific language governing permissions and
1313
#limitations under the License.
1414
#
15-
FROM alpine:3.20.1
15+
FROM alpine:3.22.1
1616

1717
RUN apk add --no-cache \
1818
iproute2 \

buildscripts/provisioner-localpv/provisioner-localpv.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY . .
4242

4343
RUN make provisioner-localpv
4444

45-
FROM alpine:3.20.1
45+
FROM alpine:3.22.1
4646

4747
ARG DBUILD_DATE
4848
ARG DBUILD_REPO_URL

deploy/helm/charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ helperPod:
130130
repository: openebs/linux-utils
131131
pullPolicy: IfNotPresent
132132
# Overrides the image tag whose default is the chart appVersion.
133-
tag: 4.2.0
133+
tag: 4.3.0
134134
hostNetwork: false
135135

136136
# Additional labels to add to all chart resources

0 commit comments

Comments
 (0)