Skip to content

Commit f710bb4

Browse files
committed
Updated to 3.20
1 parent e97d9f7 commit f710bb4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docker-manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: DOCKER Manual Publish
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: '0 0 1 * *'
66
workflow_dispatch:
77

88
env:

.github/workflows/ghcr-manual-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: GHCR Publish
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: '0 0 1 * *'
66
workflow_dispatch:
77

88
jobs:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://www.linuxcontainers.dev
22
# Source repository: https://github.com/linuxcontainers/alpine
33
# Source licensed under the MIT License: https://github.com/linuxcontainers/alpine/blob/master/LICENSE
4-
FROM alpine:3.18.0
4+
FROM alpine:3.20
55
LABEL maintainer="[email protected]" \
66
org.opencontainers.image.authors="Peter, [email protected], https://www.linuxcontainers.dev/" \
77
org.opencontainers.image.source="https://github.com/linuxcontainers/alpine" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
This Docker Image [(linuxcontainers/alpine)](https://hub.docker.com/r/linuxcontainers/alpine/) is based on the minimal [Alpine Linux](https://alpinelinux.org/).
1212

13-
##### Alpine Version 3.18.0 (Released Nov 22, 2022)
13+
##### Alpine Version 3.20.0 (Released May 22, 2024)
1414

1515
This docker image is the base Alpine Linux. For more info on versions & support see [Releases](https://alpinelinux.org/releases/)
1616

0 commit comments

Comments
 (0)