Skip to content

Commit

Permalink
Merge pull request #1539 from sagar-18/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile - GoLang v 1.22.7 FIX - CVE-2024-34156, CVE-2024-34155 and CVE-2024-34158
  • Loading branch information
k8s-ci-robot authored Nov 5, 2024
2 parents ef0c2c1 + 0c552b6 commit a18425a
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 @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.22.5
FROM golang:1.22.7

WORKDIR /go/src/sigs.k8s.io/descheduler
COPY . .
Expand Down

0 comments on commit a18425a

Please sign in to comment.