Skip to content

Commit

Permalink
chore: fix dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury authored Aug 16, 2023
1 parent 8300222 commit f403d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgi-fr/go-devcontainer:v2.0
FROM adrienaury/go-devcontainer:v2.0

USER root

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgi-fr/go-devcontainer-ci:v2.0
FROM adrienaury/go-devcontainer-ci:v2.0

USER root

Expand Down

0 comments on commit f403d2b

Please sign in to comment.