Skip to content

Commit

Permalink
chore: add rust toolchain to dockefile
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Nov 8, 2024
1 parent 2124afc commit 7918829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG KONG_BASE
FROM debian:buster
FROM ${KONG_BASE}

# add dev files
ARG KONG_DEV_FILES
Expand Down

0 comments on commit 7918829

Please sign in to comment.