Skip to content

Commit ee77864

Browse files
authored
Merge pull request #253 from arve0/valid-tag-examples
fix(examples): tag latest-alpine3.11 not present in docker hub
2 parents ad9cd34 + 926f42a commit ee77864

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM flant/shell-operator:latest-alpine3.11
1+
FROM flant/shell-operator:latest
22
RUN apk --no-cache add python
33
ADD hooks /hooks

examples/105-crd-simple/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM flant/shell-operator:latest-alpine3.11
1+
FROM flant/shell-operator:latest
22
ADD hooks /hooks
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM flant/shell-operator:latest-alpine3.11
1+
FROM flant/shell-operator:latest
22
ADD hooks /hooks

0 commit comments

Comments
 (0)