File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM node:22.15 .0-bookworm-slim
15+ FROM node:22.16 .0-bookworm-slim
1616# FIREBASE_CLI_VERSION from https://github.com/firebase/firebase-tools/releases
17- ARG FIREBASE_CLI_VERSION=13.29 .1
17+ ARG FIREBASE_CLI_VERSION=14.5 .1
1818ADD https://github.com/firebase/firebase-tools/releases/download/v${FIREBASE_CLI_VERSION}/firebase-tools-linux /usr/local/bin/firebase
1919RUN chmod +x /usr/local/bin/firebase
2020ADD firebase.json firebase.json
Original file line number Diff line number Diff line change 1414
1515FROM mcr.microsoft.com/devcontainers/base:bookworm
1616
17- ENV CLOUD_SDK_VERSION=519 .0.0
17+ ENV CLOUD_SDK_VERSION=525 .0.0
1818# Install gcloud similarly to how it is done in cloud-sdk-docker
1919# https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/debian_component_based/Dockerfile
2020RUN if [ `uname -m` = 'x86_64' ]; then echo -n "x86_64" > /tmp/arch; else echo -n "arm" > /tmp/arch; fi;
Original file line number Diff line number Diff line change 1818 // Features to add to the dev container. More info: https://containers.dev/features.
1919 "features" : {
2020 "ghcr.io/devcontainers/features/go:1" : {
21- "version" : " 1.24.2 "
21+ "version" : " 1.24.3 "
2222 },
2323 "ghcr.io/devcontainers/features/github-cli:1" : {},
2424 "ghcr.io/devcontainers/features/docker-in-docker:2" : {
2525 "moby" : true
2626 },
2727 "ghcr.io/devcontainers/features/node:1" : {
28- "version" : " 22.15 .0"
28+ "version" : " 22.16 .0"
2929 },
3030 "ghcr.io/devcontainers/features/terraform:1" : {
3131 // Get version from https://github.com/hashicorp/terraform/releases
32- "version" : " 1.11.4 " ,
32+ "version" : " 1.12.1 " ,
3333 // We do not use terragrunt.
3434 "terragrunt" : " none" ,
3535 // Get version from https://github.com/terraform-linters/tflint/releases
36- "tflint" : " 0.56 .0"
36+ "tflint" : " 0.58 .0"
3737 },
3838 "ghcr.io/lukewiwa/features/shellcheck:0" : {
3939 // Get version from https://github.com/koalaman/shellcheck/releases
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ sudo chown "$(whoami)":"$(whoami)" ~/.cache/
3030go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@v2.4.1
3131
3232# Install wrench CLI
33- go install github.com/cloudspannerecosystem/wrench@v1.10.1
33+ go install github.com/cloudspannerecosystem/wrench@v1.11.8
3434
3535# Install addlicense
3636go install github.com/google/addlicense@v1.1.1
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.3-alpine3.21 AS builder
15+ FROM golang:1.24.3-alpine3.22 AS builder
1616
1717WORKDIR /work
1818
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM node:22.15 .0-alpine3.21 AS base
15+ FROM node:22.16 .0-alpine3.22 AS base
1616
1717FROM base AS builder
1818
You can’t perform that action at this time.
0 commit comments