Skip to content

Commit

Permalink
Update alpine Docker tag to v3.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2021
1 parent 78b7ab2 commit 3dc0d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# As of alpine:3.7, tftp client is in busybox-extras.
############################################################
FROM alpine:3.12.0
FROM alpine:3.13.5
RUN apk add --no-cache busybox-extras
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12.0
FROM alpine:3.13.5

# Publish the typical syslinux and pxelinux files at tftp root.
# We only need one subtree of files from syslinux, and
Expand Down

0 comments on commit 3dc0d77

Please sign in to comment.