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:
retornam 2026-01-28 13:11:33 -08:00
parent 4d890232e4
commit c881f6d2d0
2 changed files with 2 additions and 2 deletions

View File

@ -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"]

View File

@ -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"]