Skip to content

Commit

Permalink
Merge pull request #649 from GoogleCloudPlatform/dependabot/docker/cu…
Browse files Browse the repository at this point in the history
…stom-metrics-stackdriver-adapter/golang-1.22-alpine

Bump golang from 1.21-alpine to 1.22-alpine in /custom-metrics-stackdriver-adapter
  • Loading branch information
CatherineF-dev committed Mar 11, 2024
2 parents 61f7c9a + e428d56 commit 0463e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-metrics-stackdriver-adapter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.21-alpine as builder
FROM golang:1.22-alpine as builder
WORKDIR ${GOPATH}/src/github.com/GoogleCloudPlatform/k8s-stackdriver/custom-metrics-stackdriver-adapter
COPY . ./
RUN CGO_ENABLED=0 GOOS=linux go build -mod=readonly -o /adapter
Expand Down

0 comments on commit 0463e9b

Please sign in to comment.