Skip to content

Commit

Permalink
Merge pull request #53 from Ostorlab/fix/bump_golang_version
Browse files Browse the repository at this point in the history
Bump golang version.
  • Loading branch information
deadly-panda authored Mar 14, 2024
2 parents 316e376 + 43bcadf commit ab04166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
FROM golang:1.21-alpine as go_stage

FROM golang:1.22-alpine as go_stage
RUN go install github.com/google/osv-scanner/cmd/osv-scanner@v1


FROM python:3.11-alpine as base
FROM base as builder

RUN apk add build-base
RUN mkdir /install
WORKDIR /install
Expand Down
2 changes: 1 addition & 1 deletion ostorlab.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kind: Agent
name: osv
version: 0.5.0
version: 0.5.1
description: |
This repository is an implementation of [Ostorlab Agent](https://pypi.org/project/ostorlab/) for the [OSV Scanner](https://github.com/google/osv-scanner).
license: Apache-2.0
Expand Down

0 comments on commit ab04166

Please sign in to comment.