Skip to content

Commit 1343156

Browse files
Bump Alpine Linux Version to 3.22.2 (#1076)
* chore: Update the value of the base image (ARG ALPINE_TAG) in the doc... ... ker-bake.hcl Made with ❤️️ by updatecli * chore: Update the ALPINE_TAG value in the README.md file 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>
1 parent 3395f53 commit 1343156

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.22.1",
148+
"ALPINE_TAG": "3.22.2",
149149
"JAVA_VERSION": "17.0.16_8",
150150
"VERSION": "3345.v03dee9b_f88fc"
151151
},
@@ -183,7 +183,7 @@ $ ON_TAG=true BUILD_NUMBER=3 make show
183183
"context": ".",
184184
"dockerfile": "alpine/Dockerfile",
185185
"args": {
186-
"ALPINE_TAG": "3.22.1",
186+
"ALPINE_TAG": "3.22.2",
187187
"JAVA_VERSION": "17.0.16_8",
188188
"VERSION": "3345.v03dee9b_f88fc"
189189
},

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.22.1
22+
ARG ALPINE_TAG=3.22.2
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
@@ -96,7 +96,7 @@ variable "ON_TAG" {
9696
}
9797

9898
variable "ALPINE_FULL_TAG" {
99-
default = "3.22.1"
99+
default = "3.22.2"
100100
}
101101

102102
variable "ALPINE_SHORT_TAG" {

0 commit comments

Comments
 (0)