Skip to content

Commit c258456

Browse files
Bump Alpine Linux Version to 3.23.3 (#1142)
* chore: Update the value of the base image (ARG ALPINE_TAG) in the doc... ... ker-bake.hcl Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG ALPINE_TAG) in the Doc... ... kerfile Made with ❤️️ by updatecli * chore: Update the ALPINE_TAG value in the README.md file Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 305c830 commit c258456

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ $ make show
145145
"context": ".",
146146
"dockerfile": "alpine/Dockerfile",
147147
"args": {
148-
"ALPINE_TAG": "3.23.2",
148+
"ALPINE_TAG": "3.23.3",
149149
"JAVA_VERSION": "17.0.17_10",
150150
"VERSION": "3355.v388858a_47b_33"
151151
},

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
22-
ARG ALPINE_TAG=3.23.2
22+
ARG ALPINE_TAG=3.23.3
2323
FROM alpine:"${ALPINE_TAG}" AS jre-build
2424

2525
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ variable "ON_TAG" {
5555
}
5656

5757
variable "ALPINE_FULL_TAG" {
58-
default = "3.23.2"
58+
default = "3.23.3"
5959
}
6060

6161
variable "ALPINE_SHORT_TAG" {

0 commit comments

Comments
 (0)