Skip to content

Commit

Permalink
Merge pull request #523 from Constantin07/dependabot/docker/pipelines…
Browse files Browse the repository at this point in the history
…/dockerfiles/golang-terratest/golang-1.22.1-alpine3.18

Bump golang from 1.22.0-alpine3.18 to 1.22.1-alpine3.18 in /pipelines/dockerfiles/golang-terratest
  • Loading branch information
Constantin07 authored Mar 11, 2024
2 parents 70c0f39 + 5246c31 commit 27d7b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/dockerfiles/golang-terratest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM golang:1.22.0-alpine3.18
FROM golang:1.22.1-alpine3.18

ARG USER=test
ENV HOME /home/$USER
Expand Down

0 comments on commit 27d7b41

Please sign in to comment.