Skip to content

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: I63d5cbaae4a2f870fc0ce175df8ce8d035c45b0d
  • Loading branch information
totalalfie committed Apr 20, 2021
1 parent d217a4a commit 426e20a
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 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 Component Operator
home: https://solutionshub.epam.com/solution/epam-delivery-platform
name: edp-component-operator
type: application
version: 0.6.0
appVersion: v0.6.0
version: 0.6.1
appVersion: v0.6.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 @@
{
"edp-component-operator": "v0.6.0"
"edp-component-operator": "v0.6.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 = "v0.6.0"
Version = "v0.6.1"
)

0 comments on commit 426e20a

Please sign in to comment.