Skip to content

Commit

Permalink
Testing vulnerability check with Docker Scout
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Jun 8, 2024
1 parent 1a86b96 commit 0694be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# Use the official golang image to build the binary.
FROM golang:1.22-alpine3.20 as builder
FROM golang:1.22-alpine3.19 as builder

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 0694be0

Please sign in to comment.