Skip to content

Commit

Permalink
Bump versions. Docker: 25.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba authored Feb 9, 2024
1 parent 5e18956 commit c7d1310
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]
workflow_dispatch:
env:
CURRENT_VERSION: 25.0.2
CURRENT_VERSION: 25.0.3
BUILD_NUMBER: 0

jobs:
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-focal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update \
&& rm -rf /var/lib/apt/list/*

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=25.0.2 \
DOCKER_VERSION=25.0.3 \
DOCKER_COMPOSE_VERSION=v2.24.5 \
BUILDX_VERSION=v0.12.1 \
DEBUG=false
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update \
&& rm -rf /var/lib/apt/list/*

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=25.0.2 \
DOCKER_VERSION=25.0.3 \
DOCKER_COMPOSE_VERSION=v2.24.5 \
BUILDX_VERSION=v0.12.1 \
DEBUG=false
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-noble.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update \
&& rm -rf /var/lib/apt/list/*

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=25.0.2 \
DOCKER_VERSION=25.0.3 \
DOCKER_COMPOSE_VERSION=v2.24.5 \
BUILDX_VERSION=v0.12.1 \
DEBUG=false
Expand Down

0 comments on commit c7d1310

Please sign in to comment.