Update Dockerfile to use the latest Docker image
- Change the base image in the Dockerfile from `docker:stable` to `docker:latest` to ensure the use of the most recent features and security updates.
This commit is contained in:
parent
f2166bc847
commit
baebefdb02
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-db/Dockerfile
vendored
2
.github/actions/setup-db/Dockerfile
vendored
|
|
@ -1,4 +1,4 @@
|
|||
FROM docker:stable
|
||||
FROM docker:latest
|
||||
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue