Skip to content

Commit

Permalink
Update alpine Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2021
1 parent 4b49e81 commit f4dedf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- "apk policy rsyslog 2>/dev/null | tail -n +2 | head -1 | tr -d ' :'"

logger:
image: alpine:3.12
image: alpine:3.13
# yamllint disable-line rule:line-length
command: sh -c "ln -sf /var/run/rsyslog/dev/log /dev/log && logger md5sum is $$md5sum"
volumes_from:
Expand Down
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

RUN apk upgrade --no-cache && \
apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion tftp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.13
# tftp applet moved to busybox-extras as of
# https://git.alpinelinux.org/cgit/aports/commit/main/busybox?id=23f4c6bd6c0c8c8f616facad94865e7961cdfb2d
RUN apk add --no-cache busybox-extras

0 comments on commit f4dedf3

Please sign in to comment.