Skip to content

Commit 5456bc3

Browse files
Bump mysql from 8.2 to 8.3 in /examples/deployment/docker/db_server (#3306)
Bumps mysql from 8.2 to 8.3. --- updated-dependencies: - dependency-name: mysql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79f0c5b commit 5456bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/deployment/docker/db_server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mysql:8.2
1+
FROM mysql:8.3
22

33
# TODO(roger2hk): Uncomment the below OS-level packages patch command as this is a temporary workaround to bypass the mysql8 gpg key rotation issue.
44
# # Patch the OS-level packages and remove unneeded dependencies.

0 commit comments

Comments
 (0)