Skip to content

Commit

Permalink
bump: alpine 3.19 to 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed May 24, 2024
1 parent def9d7c commit 8b09fb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM python:3.11.7-alpine3.19
FROM python:3.11.7-alpine3.20

LABEL maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Release_Version": "v4.5.1",
"Release_Version": "v4.5.2",
"BGmi": {
"version": "v4.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM python:3.11.7-alpine3.19
FROM python:3.11.7-alpine3.20

LABEL maintainer="[email protected]"

Expand Down

0 comments on commit 8b09fb2

Please sign in to comment.