Skip to content

Commit

Permalink
Upgrade go to 1.20.7 stable release which fixes all vulnerabilities d…
Browse files Browse the repository at this point in the history
…etected by Container Analysis (#107)
  • Loading branch information
yeshwanth1993 authored Aug 23, 2023
1 parent 6b3caa5 commit ab8ec0c
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
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang@sha256:57dbdd5c8fe24e357b15a4ed045b0b1607a99a1465b5101304ea39e11547be27 AS builder
FROM golang:1.20.7 AS builder
WORKDIR /src/
COPY . /src/
ARG VERSION
Expand Down

0 comments on commit ab8ec0c

Please sign in to comment.