Skip to content

Commit

Permalink
Update alpine Docker tag to v3.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 20, 2022
1 parent 78b7ab2 commit 58557f5
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.16.3
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.16.3

# 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 58557f5

Please sign in to comment.