fix: Update alpine to 3.23
Upgrade Alpine version to 3.23 Signed-off-by: Raymond Etornam <retornam@users.noreply.github.com>
This commit is contained in:
parent
4d890232e4
commit
c881f6d2d0
|
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM multiarch/alpine:armhf-v3.12
|
FROM alpine:3.23
|
||||||
RUN apk update --no-cache && apk add ca-certificates
|
RUN apk update --no-cache && apk add ca-certificates
|
||||||
COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner
|
COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner
|
||||||
ENTRYPOINT ["/nfs-subdir-external-provisioner"]
|
ENTRYPOINT ["/nfs-subdir-external-provisioner"]
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM alpine:3.12
|
FROM alpine:3.23
|
||||||
RUN apk update --no-cache && apk add ca-certificates
|
RUN apk update --no-cache && apk add ca-certificates
|
||||||
COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner
|
COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner
|
||||||
ENTRYPOINT ["/nfs-subdir-external-provisioner"]
|
ENTRYPOINT ["/nfs-subdir-external-provisioner"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue