Skip to content

Commit

Permalink
Bump Alpine Linux Version to 3.18.5 (#571)
Browse files Browse the repository at this point in the history
* 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

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 4, 2023
1 parent 3f19207 commit 798ce64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
ARG JAVA_VERSION=17.0.8.1_1
ARG ALPINE_TAG=3.18.4
ARG ALPINE_TAG=3.18.5
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

RUN if [ "$TARGETPLATFORM" != 'linux/arm/v7' ]; then \
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ variable "ON_TAG" {
}

variable "ALPINE_FULL_TAG" {
default = "3.18.4"
default = "3.18.5"
}

variable "ALPINE_SHORT_TAG" {
Expand Down

0 comments on commit 798ce64

Please sign in to comment.