Skip to content

Commit aa0b018

Browse files
committed
[EPMDEDP-6503]: Upgrade base image to alpine 3.11.10
Change-Id: I2a6fface719f3c2cc8d1edf7775fb13846aa4603
1 parent 65a4106 commit aa0b018

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.11.8
1+
FROM alpine:3.11.10
22

33
ENV OPERATOR=/usr/local/bin/codebase-operator \
44
USER_UID=1001 \

deploy-templates/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: A Helm chart for EDP Codebase Operator
33
home: https://solutionshub.epam.com/solution/epam-delivery-platform
44
name: codebase-operator
55
type: application
6-
version: 2.7.1
7-
appVersion: v2.7.1
6+
version: 2.7.2
7+
appVersion: v2.7.2
88
maintainers:
99
- name: EPAM EDP Team
1010
sources:

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"codebase-operator": "v2.7.1"
2+
"codebase-operator": "v2.7.2"
33
}

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "v2.7.1"
4+
Version = "v2.7.2"
55
)

0 commit comments

Comments
 (0)