Skip to content

Commit

Permalink
fix: base image version
Browse files Browse the repository at this point in the history
Signed-off-by: lijie <[email protected]>
  • Loading branch information
jayl1e committed Dec 15, 2023
1 parent 6a2265e commit ddf3265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/products/tidb-dashboard.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMG=hub.pingcap.net/bases/pd-base:v1.7.1
ARG BASE_IMG=hub.pingcap.net/bases/pd-base:v1.8.0
FROM $BASE_IMG
COPY tidb-dashboard /tidb-dashboard
EXPOSE 12333
Expand Down

0 comments on commit ddf3265

Please sign in to comment.