Skip to content

Commit

Permalink
[EPMDEDP-10274]: chore: Update alpine base image to 3.16.2 version
Browse files Browse the repository at this point in the history
Change-Id: I416b7d9d2e8a0b57c89418a377ab3ea3b72ea37b
  • Loading branch information
MykolaMarusenko committed Aug 23, 2022
1 parent 236b665 commit 1d56688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16.1
FROM alpine:3.16.2

ENV OPERATOR=/usr/local/bin/cd-pipeline-operator \
USER_UID=1001 \
Expand Down
4 changes: 2 additions & 2 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ annotations:
artifacthub.io/images: |
- name: cd-pipeline-operator:2.11.0
image: epamedp/cd-pipeline-operator:2.11.0
- name: alpine:3.16.1
image: alpine:3.16.1
- name: alpine:3.16.2
image: alpine:3.16.2
artifacthub.io/operatorCapabilities: Full Lifecycle
artifacthub.io/crds: |
- kind: CDPipeline
Expand Down

0 comments on commit 1d56688

Please sign in to comment.