We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1563479 commit bf68eb4Copy full SHA for bf68eb4
.gitignore
@@ -10,3 +10,8 @@ build
10
/**/node_modules
11
/go.work
12
.vscode
13
+.secrets
14
+/*-ci/
15
+/stack.yaml
16
+
17
+template
template/dockerfile/function/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM ghcr.io/openfaas/classic-watchdog:0.3.2 AS watchdog
+FROM ghcr.io/openfaas/classic-watchdog:0.3.3 AS watchdog
2
3
-FROM alpine:3.21.2
+FROM alpine:3.21.3
4
5
RUN mkdir -p /home/app
6
0 commit comments