Skip to content

Commit

Permalink
sqlx image version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Sep 24, 2024
1 parent cd5cde4 commit 08fcfcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ IMAGE_JUPYTER_TAG = 0.6.3

KAMU_VERSION = $(shell cargo metadata --format-version 1 | jq -r '.packages[] | select( .name == "kamu") | .version')

SQLX_VERSION = 0.8.0
IMAGE_SQLX_TAG = $(SQLX_VERSION)-1
SQLX_VERSION = 0.8.2
IMAGE_SQLX_TAG = $(SQLX_VERSION)-0

################################################################################

Expand Down

0 comments on commit 08fcfcc

Please sign in to comment.