Skip to content

Commit e35819e

Browse files
committed
Bump build number
1 parent b14290f commit e35819e

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.3.1
10-
BUILD_NUMBER: 2
10+
BUILD_NUMBER: 3
1111
LATEST_UBUNTU_VERSION: "24.04"
1212

1313
jobs:

create_image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
DOCKER_VERSION="27.3.1"
4-
BUILD_NUMBER="2"
4+
BUILD_NUMBER="3"
55
LATEST_UBUNTU_VERSION="24.04"
66

77
declare -A ubuntu_versions=(

0 commit comments

Comments
 (0)