Skip to content

Commit a4b8aca

Browse files
committed
Bump revision
1 parent 67c8c77 commit a4b8aca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-push-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
CURRENT_VERSION: 27.5.0
10-
BUILD_NUMBER: 0
10+
BUILD_NUMBER: 1
1111
LATEST_UBUNTU_VERSION: "24.04"
1212

1313
jobs:

create_image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
DOCKER_VERSION="27.5.0"
5-
BUILD_NUMBER="0"
5+
BUILD_NUMBER="1"
66
LATEST_UBUNTU_VERSION="24.04"
77

88
declare -A ubuntu_versions=(

0 commit comments

Comments
 (0)