Pin alpine version more specifically (#2)
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
@@ -2,7 +2,7 @@ name: Test Pull Request
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'master'
|
||||
- 'develop'
|
||||
|
||||
env:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.21
|
||||
FROM alpine:3.21.1
|
||||
|
||||
RUN apk --no-cache add net-snmp
|
||||
ADD mibs.tar.gz /mibs/
|
||||
|
||||
Reference in New Issue
Block a user