Skip to content

Commit 240d022

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

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
@@ -129,7 +129,7 @@ helperPod:
129129
repository: openebs/linux-utils
130130
pullPolicy: IfNotPresent
131131
# Overrides the image tag whose default is the chart appVersion.
132-
tag: 4.2.0
132+
tag: 4.3.0
133133
hostNetwork: false
134134

135135
# Additional labels to add to all chart resources

0 commit comments

Comments
 (0)