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] authored Dec 6, 2024
1 parent 6ea9645 commit b94ae15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Simple Alpine Docker Image non-root user 'worker' and sudo access
#
# Base Image: alpine:3.20.3
FROM alpine:3.20.3
FROM alpine:3.21.0

# Add sudo
RUN apk --no-cache add sudo
Expand Down
4 changes: 2 additions & 2 deletions speedtest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Speedtest CLI Docker Image
#
# Base Image: alpine:3.20
FROM alpine:3.20 AS builder
FROM alpine:3.21 AS builder

# Installing Dependencies
RUN apk --no-cache add curl jq
Expand All @@ -29,7 +29,7 @@ RUN set -e && \
mv speedtest /usr/bin/speedtest

# Base Image: alpine:3.20
FROM alpine:3.20 AS runner
FROM alpine:3.21 AS runner

# Copy Speedtest CLI binary to /usr/bin
COPY --from=builder /usr/bin/speedtest /usr/bin/speedtest
Expand Down

0 comments on commit b94ae15

Please sign in to comment.