Skip to content

Commit

Permalink
Fix typo in MySQL 8.4 Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 21, 2025
1 parent 4370a48 commit f573806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/vttestserver/Dockerfile.mysql84
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

# Allows docker builds to set the BUILD_NUMBER
ARG BUILD_NUMBER
Expand Down

0 comments on commit f573806

Please sign in to comment.