Skip to content

Commit

Permalink
Update base: 3.13.5 -> 3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaksi committed Oct 13, 2021
1 parent 825287a commit 541eddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright (c) 2018 [email protected].
# This work is licensed under the terms of the MIT license. For a copy, see <https://opensource.org/licenses/MIT>.

FROM alpine:3.13.5
FROM alpine:3.14.2

ENV TFTPD_EXTRA_ARGS=""

# Package will be downloaded manually since armhf has no package for syslinux (#1).
ARG SYSLINUX_PACKAGE="https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/syslinux-6.04_pre1-r6.apk"
ARG SYSLINUX_PACKAGE="https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/syslinux-6.04_pre1-r9.apk"

RUN apk add --no-cache tftp-hpa

Expand Down

0 comments on commit 541eddd

Please sign in to comment.