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.
2 parents 53cff94 + 16292c9 commit 3092127Copy full SHA for 3092127
images/builder/Dockerfile
@@ -12,6 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM google/cloud-sdk:491.0.0-alpine
+FROM google/cloud-sdk:alpine
16
COPY builder run.sh /
17
CMD ["/run.sh"]
images/builder/cloudbuild.yaml
@@ -21,7 +21,7 @@ steps:
21
dir: images/builder
22
substitutions:
23
_GIT_TAG: '12345'
24
- _GO_VERSION: '1.23'
+ _GO_VERSION: '1.24'
25
images:
26
- 'gcr.io/$PROJECT_ID/image-builder:$_GIT_TAG'
27
- 'gcr.io/$PROJECT_ID/image-builder:latest'
0 commit comments