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

Commit

Permalink
[EPMDEDP-6503]: Upgrade base image to alpine 3.11.10
Browse files Browse the repository at this point in the history
Change-Id: I9870435bf5bbb4851561d60fbe696332f564ba6d
  • Loading branch information
totalalfie committed Apr 20, 2021
1 parent cdfcc40 commit 6d2159d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.11.8
FROM alpine:3.11.10

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 @@ -3,8 +3,8 @@ description: A Helm chart for EDP Reconciler
home: https://solutionshub.epam.com/solution/epam-delivery-platform
name: reconciler
type: application
version: 2.7.0
appVersion: v2.7.0
version: 2.7.1
appVersion: v2.7.1
maintainers:
- name: EPAM EDP Team
sources:
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"reconciler": "v2.7.0"
"reconciler": "v2.7.1"
}
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "v2.7.0"
Version = "v2.7.1"
)

0 comments on commit 6d2159d

Please sign in to comment.