We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e870bbe + 5a64251 commit 6aff3e2Copy full SHA for 6aff3e2
testing/test-cases/Dockerfile
@@ -14,7 +14,7 @@
14
15
# Use the official lightweight Node.js 10 image.
16
# https://hub.docker.com/_/node
17
-FROM node:22-slim
+FROM node:24-slim
18
19
# Create and change to the app directory.
20
WORKDIR /usr/src/app
testing/test-cases/shell.Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
vpc-sample/requirements.txt
@@ -1,3 +1,3 @@
1
-google-auth==2.41.1
+google-auth==2.42.0
2
requests==2.32.5
3
functions-framework==3.9.2
0 commit comments