Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

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: I3f59bed01ee62fc6ec45677b4760aa56bab19c7d
  • Loading branch information
NikolayMarusenko committed Aug 23, 2022
1 parent 87ae287 commit ac82fea
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/reconciler \
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 @@ -24,8 +24,8 @@ annotations:
artifacthub.io/images: |
- name: reconciler:2.11.0
image: epamedp/reconciler: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/links: |
- name: EDP Documentation
Expand Down

0 comments on commit ac82fea

Please sign in to comment.