move to alpine 3.12 for base image
Signed-off-by: kmova <kiran.mova@mayadata.io>
This commit is contained in:
		
							parent
							
								
									92508da2ff
								
							
						
					
					
						commit
						01cc0805a0
					
				|  | @ -12,7 +12,7 @@ | |||
| # See the License for the specific language governing permissions and | ||||
| # limitations under the License. | ||||
| 
 | ||||
| FROM multiarch/alpine:armhf-v3.10 | ||||
| FROM multiarch/alpine:armhf-v3.12 | ||||
| RUN apk update --no-cache && apk add ca-certificates | ||||
| COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner | ||||
| ENTRYPOINT ["/nfs-subdir-external-provisioner"] | ||||
|  |  | |||
|  | @ -12,7 +12,7 @@ | |||
| # See the License for the specific language governing permissions and | ||||
| # limitations under the License. | ||||
| 
 | ||||
| FROM alpine:3.11 | ||||
| FROM alpine:3.12 | ||||
| RUN apk update --no-cache && apk add ca-certificates | ||||
| COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner | ||||
| ENTRYPOINT ["/nfs-subdir-external-provisioner"] | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue