Skip to content

Commit 875e759

Browse files
committed
new image
1 parent d81961d commit 875e759

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"args": {
77
"DOCKER_GID": "${env:DOCKER_GID:}",
88
"IMAGE_NAME": "node_24_python_3_14",
9-
"IMAGE_VERSION": "pr-18-f24c020",
9+
"IMAGE_VERSION": "pr-18-fce01b4",
1010
"USER_UID": "${localEnv:USER_ID:}",
1111
"USER_GID": "${localEnv:GROUP_ID:}"
1212
},

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ build:
3434
echo "Not implemented"
3535

3636
%:
37-
@$(MAKE) -f /usr/local/share/eps/makefiles/common.mk $@
37+
@$(MAKE) -f /usr/local/share/eps/Mk/common.mk $@

0 commit comments

Comments
 (0)