Skip to content

Commit f573806

Browse files
Fix typo in MySQL 8.4 Dockerfile
1 parent 4370a48 commit f573806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/vttestserver/Dockerfile.mysql84

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=linux/amd64 golang:1.23.4-bullseye AS builder
15+
FROM --platform=linux/amd64 golang:1.23.5-bullseye AS builder
1616

1717
# Allows docker builds to set the BUILD_NUMBER
1818
ARG BUILD_NUMBER

0 commit comments

Comments
 (0)