Updated latest version to alpine 3.21
This commit is contained in:
parent
496afec0ba
commit
7bdc9569e0
|
@ -149,5 +149,15 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
aprimediet/alpine:3.20
|
aprimediet/alpine:3.20
|
||||||
|
- name: Build and push 3.21
|
||||||
|
uses: docker/build-push-action@v5
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
file: Dockerfile
|
||||||
|
build-args: |
|
||||||
|
ALPINE_VERSION=3.21
|
||||||
|
push: true
|
||||||
|
tags: |
|
||||||
|
aprimediet/alpine:3.21
|
||||||
aprimediet/alpine:3
|
aprimediet/alpine:3
|
||||||
aprimediet/alpine:latest
|
aprimediet/alpine:latest
|
|
@ -149,5 +149,15 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.winteraccess.id/${{ gitea.repository }}:3.20
|
git.winteraccess.id/${{ gitea.repository }}:3.20
|
||||||
|
- name: Build and push 3.21
|
||||||
|
uses: docker/build-push-action@v5
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
file: Dockerfile
|
||||||
|
build-args: |
|
||||||
|
ALPINE_VERSION=3.21
|
||||||
|
push: true
|
||||||
|
tags: |
|
||||||
|
git.winteraccess.id/${{ gitea.repository }}:3.21
|
||||||
git.winteraccess.id/${{ gitea.repository }}:3
|
git.winteraccess.id/${{ gitea.repository }}:3
|
||||||
git.winteraccess.id/${{ gitea.repository }}:latest
|
git.winteraccess.id/${{ gitea.repository }}:latest
|
|
@ -1,4 +1,4 @@
|
||||||
ARG ALPINE_VERSION=3.20
|
ARG ALPINE_VERSION=3.21
|
||||||
|
|
||||||
FROM alpine:${ALPINE_VERSION}
|
FROM alpine:${ALPINE_VERSION}
|
||||||
LABEL maintainer="<Aditya Prima> aprimediet@gmail.com"
|
LABEL maintainer="<Aditya Prima> aprimediet@gmail.com"
|
||||||
|
|
Loading…
Reference in New Issue