Pin alpine version more specifically #2

Merged
MrMeeb merged 2 commits from fix/pin-alpine-version into master 2025-01-15 13:43:46 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Test Pull Request
on: on:
pull_request: pull_request:
branches: branches:
- 'main' - 'master'
- 'develop' - 'develop'
env: env:

View File

@ -1,4 +1,4 @@
FROM alpine:3.21 FROM alpine:3.21.1
RUN apk --no-cache add net-snmp RUN apk --no-cache add net-snmp
ADD mibs.tar.gz /mibs/ ADD mibs.tar.gz /mibs/